.font-size-20-px{
    font-size: 20px;
}
    
@media screen and (max-width: 767px){
    .font-size-20-px{
        font-size: 16px;
    }
}
