@media (max-width: 768px) {
    html {
        font-size: 13px;
    }
    
    body {
        font-size: 13px;
    }
}