h1 { font-size: 32px !important; }
h2 { font-size: 26px !important; }
h3 { font-size: 21px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 16px !important; }
h6 { font-size: 15px !important; }
@media (max-width: 991px) {
  h1 { font-size: 28px !important; }
  h2 { font-size: 24px !important; }
  h3 { font-size: 20px !important; }
}
@media (max-width: 767px) {
  h1 { font-size: 24px !important; }
  h2 { font-size: 21px !important; }
  h3 { font-size: 19px !important; }
}