/* Mobile Large (L) - min-width: 768px and max-width: 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .font18 {
        font-size: 16px !important; /* Adjust as needed */
    }
    .font20 {
        font-size: 18px !important; /* Adjust as needed */
    }
    .font24 {
        font-size: 20px !important; /* Adjust as needed */
    }
    .font30 {
        font-size: 25px !important; /* Adjust as needed */
    }
    .font35 {
        font-size: 30px !important; /* Adjust as needed */
    }
    .font40 {
        font-size: 35px !important; /* Adjust as needed */
    }
    .font60 {
        font-size: 50px !important; /* Adjust as needed */
    }
    .font70 {
        font-size: 60px !important; /* Adjust as needed */
    }
    .font100 {
        font-size: 80px !important; /* Adjust as needed */
    }

    .home-section {
        width: 100%;
        min-height: 25vh !important;
    }

    .home-img{
        width: 100%!important;
    }

    .home-pt-100per {
        padding-top: 25% !important;
    }

    .about-section{
        padding: 12% 0 40px 0;
    }
    .about-img{
        width: 15% !important;
    }

    .mobile-head{
        font-size: 24px !important;
    }

    .feature-section {
        min-height: 63vh;
    }

    .mobile-feature-head{
        font-size: 16px !important;
    }
    .mobile-feature-content{
        font-size: 14px !important;
        margin-bottom: 5px!important;
    }

    .content-box2 {
        padding-bottom: 0px!important;
    }

    .mobile-ps-section{
        min-height: 55vh;
    }
    .mobile-why-img{
        width: 100% !important;
    }
    .mobile-why-choose-title{
        font-size: 18px !important;
    }
    .mobile-why-list-img{
        width: 40%;
        padding-top: 5%;
    }
    .mobile-tech-content{
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .tech-section {
        padding: 5% 0 16px 0;
        min-height: 35vh;
    }

    .mobile-problem-head{
        font-size: 24px !important;
        margin-bottom: 0px;
    }
    .mobile-problem-head1{
        font-size: 16px !important;
    }

    .mobile-tech-content{
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .mobile-home-content{
        font-size: 16px !important;
    }

}