.rds-feature-wrap {
    margin-top: 58px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-auto-rows: auto;
}

.rds-feature-wrap .full-row {
    grid-column: 1 / -1;
    grid-row: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rds-feature-wrap .full-row img {
    margin: 0 !important;
    width: 652px !important;
    height: 339px;
}

.sec-wrap {
    margin-top: 58px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 30px;
}

.sec-wrap .sec-wrap-item:nth-child(1),
.sec-wrap .sec-wrap-item:nth-child(4) {
    grid-column: span 2;
}

.sec-wrap .sec-wrap-item:nth-child(2),
.sec-wrap .sec-wrap-item:nth-child(3) {
    grid-column: span 3;
}

.sec-scene-wrap {
    position: relative;
}

.sec-scene-wrap .sec-img {
    width: 50%;
    object-fit: contain;
}

.sec-scene-wrap .sec-right {
    width: 50%;
    padding-left: 48px;
}