@media(max-width: 1500px) {
    .team-1 .module-fickle {
        max-width: 100%;
    }
    .team-1 .module-fickle .fickle-text-content {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .formular-contact {
        margin: auto;
    }

    .bl {
        border: none !important;
    }

    .bb {
        border-bottom: 2px solid #92929205 !important;
    }

    .services-section {
        flex-wrap: wrap;
        gap: 20px;
    }

    .services-section .col-lg-3 {
        max-width: calc(50% - 10px);
    }

    .dr-absolute img {
        max-width: 50vw !important;
    }

    .section-6-home {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section-6-home .col-lg-4 {
        max-width: calc(50% - 10px);
    }

    .tb-mo {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 20px;
        flex-direction: column;
    }
        .team-1 {
            row-gap: 3rem;
        }
   
}

@media(max-width: 800px) {
    .team-1 .module-fickle {
        flex-direction: column !important;
    }
    .team-1 .col-lg-12:nth-of-type(even) .module-fickle .fickle-text-content {
        text-align: left;
    }
    .team-1 .fickle-image {
        max-width: 100%;
    }
}

@media (max-width: 650px) {

.services-section {
    padding: 2rem 0 !important;
}

    .services-section .col-lg-3 {
        max-width: 100%;
    }

    .dr-absolute {
        display: none;
    }

    .section-4-home p {
        max-width: 100% !important;
    }

    .before-after {
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
        max-width: calc(100vw - 60%) !important;
    }

    .section-6-home .col-lg-4 {
        max-width: 100%;
    }

}

@media (max-width: 400px) {
    .logo {
        max-width: 170px;
    }
}

@media (max-width: 750px) {
    .mw-resp {
        max-width: 90vw !important;
    }
}