/* Start custom CSS */body {
    font-size: 1vw
}
@media(max-width:767px){
    body {
        font-size: 4.4vw;
    }
}/* End custom CSS */