@media (max-width: 992px) {
    .we-cleaning-wrapper {
        margin: 0px !important;
    }

    .we-cleaning-right {
        margin: 0px !important;
    }

    .section-title__title {
        font-size: 30px;
        line-height: 31px;
        font-weight: 700;
    }

    .cta-one__title {
        font-size: 30px !important;
        font-weight: 500;
        line-height: 30px !important;
        letter-spacing: -0.02em;
    }

    .thm-btn {
        padding: 10px 20px !important;
    }

    .cta-one__inner {
        text-align: left;
    }

    .home-content>h1 {
        font-size: 35px !important;
    }

    .get-to-know__points--two {
        margin: 0px !important;
    }

    .cta-one__btn-box {
        display: block !important;
    }

    .cta-one__btn-1+.cta-one__btn-2 {
        margin-left: 0px !important;
        margin-top: 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 600px) {
    .Home>.home-img {
        height: 100dvh !important;
        width: 100dvw !important;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        filter: brightness(0.5);
    }

    .Home>.home-content {
        position: absolute;
    }
}

@media (max-width: 768px) {
    .services-hero {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .services-title {
        font-size: 1.6rem;
    }

    .service-icon {
        font-size: 1.5rem;
    }

    .client-card {
        padding: 2rem !important;
    }

    .why-choose-title {
        font-size: 2.2rem;
    }

    .benefit-card {
        padding: 2rem !important;
    }
}
