/* custom.css */
@media screen and (max-width: 892px) and (orientation: portrait) {
    html {
      font-size: 16px; !important; /* Adjust this value as needed */
    }
  }
  