@media (max-width: 767px) {
  h1 {
    font-size: 31px !important;
    line-height: 1.3 !important;
  }
  h2 {
    font-size: 24px !important;
    line-height: 1.33 !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
  p {
    word-break: break-word;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  body {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  ul.mobile-text-sm li {
    word-break: break-word;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}
