@media (max-width:767px){ 
    h2 {
        font-size: 24px !important;
    }
    h1 {
        font-size: 28px !important;
    }
} 