@media screen and (max-width: 992px) {

    .banner-content .banner-title{
        font-size: 23px;
        /* font-weight: 700; */
        display: block;
    }
    .banner-content p{
        font-size: 11px;
    }
    .banner-content .banner-txt span{
        font-size: 23px;
        /* font-weight: 700; */
    }

    .why-content h1{
        font-size: 18px;
    }
    .why-content p{
        font-size: 13px;
        margin-bottom: 5px;
    }

    .service-scope-title{
        font-size: 30px;
    }
    .industries-title{
        font-size: 29px;
    }


    .irregular-item{
        padding: 20px;
    }
    .irregular-item h5{
        font-size: 15px;
    }

    .card-title{
        font-size: 23px;
    }
    .content-box h3{
        font-size: 16px;
    }
    .star-customer h5{
        font-size: 16px;
    }
    .star-customer p{
        font-size: 16px;
    }
    .website-feature ul li{
        font-size: 13px;
    }
    .website-feature ul li span svg{
        width: 13px;
        height: 17px;
    }

    .timeline-title{
        font-size: 30px;
    }
    .timeline-card p{
        font-size: 15px;
    }
}


.responsive-ux .navi .menu li>a{
    font-size: 23px;
}

.show-submenu>li.show-submenu-active>.sub-menu a{
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .responsive-ux .navi .menu li>a{
        font-size: 20px;
    }
}