.cnt_engineering {
    background-color: #224432;
    color: white;
}

.cnt_val {
    width: 100%;
    border-top: 1px solid white;
}

.cnt_val img {
    max-width: 55px;
}

.engineering-advantage {
    padding-top: 52px;
    padding-bottom: 72px;
}

.engineering-advantage .advantage-leaf {
    width: 70px;
    margin-bottom: 18px;
}

.engineering-advantage .advantage-title {
    margin-bottom: 48px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.08;
}

@media (min-width: 992px) {
    .engineering-advantage .advantage-title {
        white-space: nowrap;
    }
}

.engineering-advantage .advantage-row {
    align-items: center;
}

.engineering-advantage .advantage-media {
    padding-right: 3rem;
}

.engineering-advantage .advantage-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    filter: grayscale(1);
    border-radius: 22px;
}

.engineering-advantage .advantage-copy {
    color: #fff;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    line-height: 1.3;
    text-align: left;
}

.design-advantage {
    padding-top: 52px;
    padding-bottom: 72px;
}

.design-advantage .advantage-leaf {
    width: 70px;
    margin-bottom: 18px;
}

.design-advantage .advantage-title {
    margin-bottom: 48px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.08;
}

.design-advantage .design-row {
    align-items: center;
}

.design-advantage .design-copy {
    padding-right: 3rem;
    color: #fff;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    line-height: 1.3;
    text-align: left;
}

.design-advantage .design-media {
    padding-left: 3rem;
}

.design-advantage .advantage-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    filter: grayscale(1);
    border-radius: 22px;
}

.general-advantage .advantage-title {
    margin-bottom: 48px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.08;
}

.general-advantage {
    padding-top: 52px;
    padding-bottom: 72px;
}

.general-advantage .advantage-leaf {
    width: 70px;
    margin-bottom: 18px;
}

.general-advantage .advantage-row {
    align-items: center;
}

.general-advantage .advantage-media {
    padding-right: 3rem;
}

.general-advantage .advantage-image {
    width: 100%;
    height: 414px;
    object-fit: cover;
    filter: grayscale(1);
    border-radius: 22px;
}

.general-advantage .advantage-list {
    padding-left: 3rem;
}

.general-advantage .advantage-item {
    gap: 28px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .65);
    color: #fff;
    text-align: left;
}

.general-advantage .advantage-item:last-child {
    border-bottom: 0;
}

.general-advantage .advantage-item p {
    margin: 0;
    font-size: clamp(1.05rem, 1.65vw, 1.35rem);
    line-height: 1.18;
}

.general-advantage .advantage-item img {
    width: 45px;
    flex: 0 0 45px;
}

@media (min-width: 992px) {
    .design-advantage .advantage-title {
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    .engineering-advantage {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .engineering-advantage .advantage-title {
        margin-bottom: 32px;
    }

    .engineering-advantage .advantage-media {
        padding-right: 0;
    }

    .engineering-advantage .advantage-image {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .engineering-advantage .advantage-copy {
        margin-top: 28px;
        text-align: left;
    }

    .design-advantage {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .design-advantage .advantage-title {
        margin-bottom: 32px;
    }

    .design-advantage .design-copy,
    .design-advantage .design-media {
        padding-right: 0;
        padding-left: 0;
    }

    .design-advantage .design-copy {
        margin-top: 28px;
        text-align: left;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .design-advantage .design-media {
        margin-top: 28px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .design-advantage .advantage-image {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .general-advantage .advantage-title {
        margin-bottom: 32px;
    }

    .general-advantage {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .general-advantage .advantage-media,
    .general-advantage .advantage-list {
        padding-right: 0;
        padding-left: 0;
    }

    .general-advantage .advantage-image {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .general-advantage .advantage-list {
        margin-top: 28px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .general-advantage .advantage-media {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

/* .cnt_next {
    min-height: 50vh;
    background-image: url(https://images.squarespace-cdn.com/content/v1/67d3e68059d63d0444f5a513/e88e030b-3ff1-42c4-abd4-d78107be1227/DSC_3416.JPG?format=700w);
    background-repeat: no-repeat;
    background-size: cover;
} */
