/* Temporary Fix for the Font Sizes */

@media (min-width: 576px) {
    body {
        font-size: calc(1.125rem + 0.1vw) !important;
    }
}

body .et_pb_bg_layout_light .et_pb_post p {
        font-size: calc(1.125rem + 0.1vw) !important;
}