@media(min-width:1025px){
.font22{
font-size: 22px !important;
}

.font19{
    font-size: 19px!important;
}

.font18{
    font-size: 18px !important;
}

.font16{
    font-size: 16px !important;
}

.font14{
    font-size: 14px !important;
}

.font12{
    font-size: 12px !important;
}

}


@media(min-width:770px) and (max-width:1024px){    
    .font22{
        font-size: 21px !important;
    }
    
    .font19{
        font-size: 18px!important;
    }

    .font18{
        font-size: 17px !important;
    }
    
    .font16{
        font-size:15px !important;
    }

    .font14{
        font-size: 13px !important;
    }

    .font12{
        font-size: 11px !important;
    }
}

@media(max-width:769px){    
    .font22{
        font-size: 19px !important;
    }
    
    .font19{
        font-size: 16px!important;
    }

    .font18{
        font-size: 15px !important;
    }
    
    .font16{
        font-size:13px !important;
    }

    .font14{
        font-size: 11px !important;
    }

    .font12{
        font-size: 10px !important;
    }
}