@media (max-width: 430px) {
   	  h1 {
        font-size: 32px !important;
        line-height: 1.3 !important;
      }
      
      h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
      }
      
      h3 {
        font-size: 24px !important;
        line-height: 1.3 !important;
      }
      
      h4 {
        font-size: 20px !important;
        line-height: 1.3 !important;
      }
      
      p, body, a, span {
        font-size: 14px !important;
      }
    
    .zpsection{
        padding: 8px !important;
   
}