@media (max-width: 767px) {
  h1 {
    font-size:  * 2;
    line-height: 1.25;
  }
  h1 small {
    font-size:  * 2;
  }
  h2 {
    font-size:  * 1.5;
    line-height: 1.25;
  }
  h2 small {
    font-size:  * 1.5;
  }
  h3 {
    font-size:  * 1.25;
    line-height: 1.25;
  }
  h3 small {
    font-size: ;
  }
  h4,
  h5,
  h6 {
    font-size: ;
    line-height: 1.25;
  }
  h4 small,
  h5 small,
  h6 small {
    font-size:  -2px;
  }
}
