/* Responsive Section Styles Import */
/* left-image --removed */
/* @import url(../../sections/left-image-right-text/-responsive-dec--left-image-right-text-style.css); */

/* * ALLOWED WIDTHS = <max:>[0px, 576px, 768px, 992px, 1200px, 1400px] * */

/* < 1400px */
@media (max-width: 1400px) {
    /* .faqs .texture-orange-parallelogram {
        top: -6%;
    } */
}

/* < 1200px */

@media (max-width: 1200px) {
    /* .faqs .texture-orange-parallelogram {
        top: 14%;
    } */
    .sozo-floating-box {
        width: 65%;
    }
    /* .left-image-right-text {
        margin-top: 12%;
    }
    .left-image-right-text .background-cover-image-overlay,
    .left-image-right-text .background-cover-solid-overlay {
        top: -10%;
        left: -39.25%;
        height: 110%;
        width: 178.5%;
    } */
}

/* < 992px */

@media (max-width: 992px) {
    /* .faqs .texture-orange-parallelogram {
        top: 6%;
    } */
    .sozo-floating-box {
        width: 70%;
    }
    /* .left-image-right-text {
        margin-top: 22%;
    }
    .left-image-right-text .background-cover-image-overlay,
    .left-image-right-text .background-cover-solid-overlay {
        left: -24.25%;
        width: 147.75%;
    } */
}

/* < 768px */

@media (max-width: 768px) {
    /* .faqs .texture-orange-parallelogram {
        top: -2.25%;
        scale: 1 1.5;
    } */
    .sozo-floating-box {
        width: 75%;
    }
    /* .left-image-right-text {
        margin-top: 24%;
    }
    .left-image-right-text .background-cover-image-overlay,
    .left-image-right-text .background-cover-solid-overlay {
        left: -19.5%;
        width: 138.75%;
    } */
}

/* < 576px */

@media (max-width: 576px) {
    /* .faqs .texture-orange-parallelogram {
        top: -7.25%;
    } */
    .sozo-floating-box {
        width: clamp(82%, 70vw, 96%);
    }
    /* .left-image-right-text {
        margin-top: 26%;
    }
    .left-image-right-text .background-cover-image-overlay,
    .left-image-right-text .background-cover-solid-overlay {
        left: -6.75%;
        width: 113.45%;
    } */
}
