@media (min-width: 1400px) {

    .container-1740 {
        max-width: 1740px;
    }

}


@media (max-width: 1399px) {
    .about-content {
        padding-right: 150px;
    }

    .header {
        padding: 15px 0;
    }

    .heroSection {
        padding-top: 80px;
        display: flex;
        align-items: center;
    }
    .about-shape {
        margin-right: 80px;
    }
}

@media (max-width: 1199px) {
    .about-content {
        padding-right: 50px;
    }

    .heroSection {
        min-height: 60svh;
    }

    .sectionPadding {
        padding: 80px 0;
    }

    .section-title-90 {
        font-size: 60px;
    }

    .service-title {
        font-size: 28px;
    }
}




@media (max-width: 991px) {
    .about-content {
        padding-right: 0;
    }
    .service-content {
        padding: 0px;
    }

    .service-wrap {
        padding: 40px 0;
    }
    .service-category {
        margin: 30px 0;
    }
}



@media (max-width: 767px) {
    .container, .container-sm {
        max-width: 100%;
    }

    .section-title-90 {
        font-size: 48px;
    }

    .service-wrap {
        padding: 40px 12px;
    }
    .btn-details span .svg-bg {
        width: 90px;
        height: 90px;
    }

    .btn-details .details-content {
        position: absolute;
        top: -23px;
        left: 26px;
        z-index: 2;
        font-size: 16px;
    }
    .btn-details .details-content svg {
        width: 12px;
        height: 12px;
    }

    .font-20 {
        font-size: 18px;
    }

    .dark-btn {
        height: 50px;
        line-height: 45px;
    }
    .titleWrapper .about-shape img {
        max-width: 40px;
    }

    .about-shape {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about-shape img {
        width: 80px;
    }
     .section-title-90 {
        font-size: 42px;
    }

    .section-subtitle-2 {
        margin-left: 0;
    }
    
}


@media (max-width: 575px) {
    .font-140 {
        font-size: 42px;
    }
      .section-title-90 {
        font-size: 32px;
    }
   
    .textRow a {
        min-height: 80px;
    }

    .textRow a .projectImg img {
        height: 80px;
    }

    .textRow a:hover .projectImg img {
        width: 80px;
    }
}