@charset "UTF-8";

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.8px !important;
  }
  .form-full {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 20rem !important;
    height: auto !important;
    min-height: auto !important;
  }
  .form-container {
    width: calc(100% - 80rem) !important;
    height: auto !important;
    border-radius: 0rem !important;
    box-shadow: none !important;
  }
  .form-full h1 {
    width: 100% !important;
  }
  .banner {
    display: none !important;
  }
}
