/* 
@media (max-width: 575px) {
  html {
    font-size: 18px !important;
  }

  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 18px !important;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.9rem;
  }

  h3 {
    font-size: 2.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 18px !important;
  }

  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 18px !important;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.1rem;
  }

  h3 {
    font-size: 3.1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 18px !important;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.3rem;
  }

  h3 {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 18px !important;
  }

  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  h3 {
    font-size: 3.2rem;
  }
}
*/