:root {
    --sm-screen: 576px;
    --md-screen: 768px;
    --lg-screen: 992px;
    --xl-screen: 1200px;
    --xxl-screen: 1400px;
}


@media (min-width: 576px) {

}


@media (min-width: 768px) {

}


@media (min-width: 992px) {
    .ls-hero {
        padding-top: 150px;
    }

    .ls-hero-wrapper {
        flex-direction: row-reverse;
    }

    .ls-footer-content {
        flex-direction: row;
    }

    .ls-hero-contact-button-wrapper {
        justify-content: left;
    }

    .ls-trust-services-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .ls-trust-wrapper {
        flex-direction: row;
    }

    .ls-articles-wrapper {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .ls-services-wrapper {
        flex-direction: row;
    }

    .ls-testimonials-wrapper {
        flex-direction: row;
    }
}