

@media (max-width: 768px) {
    .fs-96{
        font-size: 40px !important;
    }

    h2,
    .services-title
    {
        font-size: 30px !important;
    }
}

@media (max-width: 426px) {
    .fs-96{
        font-size: 35px !important;
    }

    h2,
    .services-title,
    .fs-28
    {
        font-size: 25px !important;
    }

    .service-title,
    .fs-40,
    .project-title
    {
        font-size: 20px !important;
    }

}

@media (max-width: 376px) {
    .fs-96{
        font-size: 30px !important;
    }
    h2,
    .services-title,
    .why-choose-title
    {
        font-size: 22px !important;
    }

    .service-title,
    .fs-40,
    .project-title,
    .text-light h3,
    .fs-28
    {
        font-size: 18px !important;
    }

    .accordion-section-title{
        font-size: 16px !important;
    }
}

@media (max-width: 320px) {
    .fs-96{
        font-size: 25px !important;
    }

    h2, .approach-title,
    .services-title,
    .why-choose-title,
    h3
    {
        font-size: 20px !important;
    }

    .subtitle{
        font-size: 15px !important;
    }

    p{
        font-size: 14px !important;
    }

    .crumb-wrapper{
        padding: 0 !important;
    }
}