@charset "UTF-8";
@media screen and (max-width: 767px) and (min-width: 641px) {
  html {
    font-size: 1.125vw !important;
  }
}