
@media (max-width:1100px) {
    body,html{
        font-size: 20px !important;
    }
    
}
@media (max-width:1000px) {
    body,html{
        font-size: 18px !important;
    }
    
}