@media only screen and (max-width:991px) {
    h1, h1>p>span, h1>span{
        font-size: 32px !important;
        line-height: normal;
    }

    h2{
        font-size: 24px !important;
        line-height: normal;
    }

    h3{
        font-size: 18px !important;
        line-height: normal;
    }

    h4{
        font-size: 16px !important;
        line-height: normal;
    }
    h5{
        font-size: 13px !important;
        line-height: normal;
    }
    h6{
        font-size: 12px !important;
        line-height: normal;
    }

    p, span{
        font-size: 16px !important;
        line-height: normal;
    }
    a{
        font-size: 16px !important;
        
    }
    ul li{
        font-size: 16px !important;
        line-height: normal;
    }
}



@media only screen and (max-width:767px) {
    h1, h1>p>span, h1>span{
        font-size: 24px !important;
        line-height: normal;
    }

    h2{
        font-size: 20px !important;
        line-height: normal;
    }

    h3{
        font-size: 18px !important;
        line-height: normal;
    }

    h4{
        font-size: 14px !important;
        line-height: normal;
    }

    h5{
        font-size: 14px !important;
        line-height: normal;
    }
    h6{
        font-size: 12px !important;
        line-height: normal;
    }
    p, span{
        font-size: 14px !important;
        line-height: normal;
    }

    a{
        font-size: 14px !important;
        
    }
    ul li{
        font-size: 14px !important;
        line-height: normal;
    }

}