@media (min-width: 1160px) and (max-width: 1450px) {
    .main-title {
        font-size: 30em !important;
    }
}
@media (max-width: 1160px) {
    .footer_copyright {
        margin-top: 50px;
    }
    .footer-text-absolute {
        display: none;
    }
    .footer-second {
        padding-bottom: 50px !important;
    }
}

@media (min-width: 1025px) {
    .tablet-about-hero {
        display: none;
    }
}
@media (max-width: 1299px) {
    .about-photo-movement,
    .about_sec_counters,
    .about-photo-movement .photo-sticky {
        min-height: 100% !important;
    }

    .about-bring-togather {
        padding-top: 0 !important;
    }
}
@media (max-width: 1024px) {
    .team-name-wrapper h2 {
        font-size: 20px !important;
    }
    .about-us-hero {
        display: none;
    }
    .tablet-about-hero-img {
        display: flex;
        position: absolute;
        top: 100px;
    }
    .tablet-about-hero-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .tablet-about-hero .about_header {
        font-size: 20em;
        padding: 200px 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1299px) {
    .expertise-title {
        font-size: 100px !important;
    }
}

@media (min-width: 991px) and (max-width: 1150px) {
    .home-main-title {
        font-size: 32em !important;
    }
}
@media (min-width: 770px) {
    .explore-expertise {
        margin-top: 80px;
    }
}
@media (max-width: 991px) {
    .team-grid p {
        font-size: 16px;
    }
    .team-grid h2 {
        font-size: 18px !important;
        padding: 0;
        margin: 0;
    }
    .team-grid img {
        object-fit: contain;
        height: 100px;
    }
    .about_sec_counters {
        min-height: max-content !important;
    }
}
@media (max-width: 769px) {
    .tablet-about-hero .about_header {
        font-size: 12em;
        padding: 200px 0 100px 0px;
    }
    .explore-expertise {
        margin-top: 50px;
    }
    .tab-text-center {
        text-align: center;
    }
    .team-name-wrapper {
        padding: 0 !important;
    }

    .category-flex.absolute {
        width: 100% !important;
    }
    .category-flex.absolute .category-text._100 {
        padding: 10px;
    }
}

@media (max-width: 550px) {
    .tablet-about-hero .about_header {
        font-size: 8em !important;
    }
    .tablet-about-hero .about_header {
        padding: 180px 0 100px 0px;
    }
}
@media (max-width: 390px) {
    .tablet-about-hero .about_header {
        font-size: 4em !important;
    }
    .tablet-about-hero .about_header {
        padding: 180px 0 100px 0px;
    }
}
