* {
    font-size: 16px !important;
}

@media (max-width:920px) {
    * {
        font-size: 14px !important;
    }
}