/* 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;
    }

    .mobile-pt-35per{
        padding-top: 35%;
    }

    .mobile-about-max-width{
        max-width: 50%;
    }

    .mobile-about-content{
        font-size: 16px !important;
        font-weight: 200;
    }
    .mobile-text-center{
        text-align: center!important;
    }

}