@media screen and (max-width: 750px) {
  html {
    font-size: 50px;
  }
  html .header-content {
    min-height: 184px;
  }
  html .header-content h2 {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  html .header-content .legal {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  html .article {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 13px;
  }
  html .article .content {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 80px;
  }
  html .header-content {
    min-height: 284px;
  }
  html .header-content h2 {
    font-size: 52px;
    line-height: 65px !important;
    margin-top: 15px;
  }
  html .header-content .legal {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  html .article {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 18px;
  }
  html .article .content {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 18px;
  }
}
