@media only screen and (max-width: 768px) {
  h2 {
     font-size: 21px!important;
  }
   h4 {
     font-size: 21px!important;
  }
  
}