
/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.99px) {
    html {
        font-size: 14px;
    }
}


/*Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.99px) {
    html {
        font-size: 12px;
    }
}


 1B
 
    