.lmh-promise {
    padding: 31px 0 41px 0;
}

.lmh-promise h2 {
    margin-bottom: 50px;
}

.lmh-promise h3 {
    font-size: 32px;
    line-height: 38px;
}

/* .lmh-promise p {
    margin-bottom: 35px;
} */

.lmh-promise .bseo {
    border-bottom: 1px solid var(--grey);
}

.morder-designs {
    padding-top: 25px;
}

.morder-designs> :last-child,
.lmh-promise .bseo> :last-child,
.lmh-promise .qa> :last-child {
    margin-bottom: 30px;
}

.bseo-image {
    height: 100%;
    margin-top: 10px;
}

.bseo-image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.lmh-promise .morder-designs .design-slider {
    padding-bottom: 48.26px;
    margin-top: 40px;
    margin-bottom: 0;
}

.morder-designs .design-image {
    background: url('../../../library/images/design-bg.png') top center / cover no-repeat;
    height: 416px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.morder-designs .design-image img {
    position: absolute;
    width: 354.77px;
    height: 236.355px;
    object-fit: cover;
    z-index: -1;
    top: 9px;
}

.morder-designs .design-slide h3 {
    margin: 16px 0 0 0;
    line-height: 67px;
    text-align: center;
}

.morder-designs .design-slide h3.before-lmh {
    background-color: var(--grey);
}

.morder-designs .design-slide h3.after-lmh {
    background-color: var(--yellow);
}

.morder-designs .slide-wrap-left {
    padding-left: 51px;
}

.morder-designs .slide-wrap-right {
    padding-right: 51px;
}

.lmh-promise .qa {
    border-top: 1px solid var(--grey);
    padding-top: 25px;
}

.lmh-promise .qa .img-popup-wrap {
    margin-top: 30px;
}

.qa img {
    border-radius: 3.628px;
    height: 371px;
    width: 100%;
    object-fit: cover;
}

@media(min-width:1600px) {
    .morder-designs .design-image {
        height: 580px;
    }

    .morder-designs .design-image img {
        height: 350px;
        width: 500px;
    }
}

@media(max-width:1300px) {
    .morder-designs .design-image {
        height: 350px;
    }
}

@media(max-width:992px) {
    .bseo-image img {
        height: 200px;
    }

    .lmh-promise {
        padding: 15px 0 22px 0;
        text-align: center;
    }

    .morder-designs h3.after-lmh,
    .morder-designs h3.before-lmh {
        font-size: 24px;
        line-height: 50px !important;
    }

    .qa img {
        height: 250px;
    }

    .morder-designs .design-image {
        height: 250px;
    }

    .morder-designs .design-image img {
        width: 219.77px;
        height: 139.355px;
    }

    .lmh-promise ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .lmh-promise ul li {
        width: fit-content;
    }
}

@media(max-width:767px) {

    .lmh-promise {
        background: transparent !important;
    }

    .morder-designs .slide-wrap-left {
        padding-left: 0;
    }

    .morder-designs .slide-wrap-right {
        padding-right: 0;
    }

    .design-slider .col-md-6 {
        width: 50%;
    }

    .morder-designs .design-image img {
        width: 208px;
        height: 156px;
        object-fit: contain;
        top: 0;
    }

    .morder-designs .design-image {
        height: 250px;
    }
}

@media(max-width:576px) {
    .morder-designs .design-image {
        height: 300px;
    }

    .design-slider .col-md-6 {
        width: 100%;
        margin-top: 20px;
    }

    .morder-designs .design-image img {
        width: 286px;
        height: 205px;
        object-fit: cover;
        top: 12px;
    }

    .morder-designs .design-slide h3 {
        margin: 0;
    }
}