﻿@media only screen and (max-width: 600px) {

    #mobfont{
        font-size: 1.2rem !important;
    }
}


@media only screen and (max-width: 768px) {
    #mobfont{
        font-size: 1.2rem !important;
    }
}


@media (max-width: 767.98px) and (min-width: 576px) {

     #mobfont{
        font-size: 1.2rem !important;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
     #mobfont{
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 1920px) {

 
}
