
@media (max-width: 1199px){
    h1, .h1 {
        font-size: 34px;
    }

    h2, .h2 {
        font-size: 31px;
    }

    h3, .h3 {
        font-size:30px;
    }

    h4, .h4 {
        font-size: 22px;
    }

    h5, .h5 {
        font-size: 20px;
    }

    h6, .h6 {
        font-size: 18px;
    }
}
@media (max-width: 991px){
    h1, .h1 {
        font-size: 38px !important; 
    }

    h2, .h2 {
        font-size: 32px  !important; 
    }

    h3, .h3 {
        font-size: 28px  !important; 
    }

    h4, .h4 {
        font-size: 24px  !important; 
    }

    h5, .h5 {
        font-size: 20px  !important; 
    }

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

@media (max-width: 767px){
    h1, .h1 {
        font-size: 34px !important;
    }

    h2, .h2 {
        font-size: 30px  !important; 
    }

    h3, .h3 {
        font-size: 26px  !important; 
    }

    h4, .h4 {
        font-size: 20px  !important; 
    }

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

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