@charset "UTF-8";

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.8px !important;
  }
  .else {
    padding: 20rem !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 20rem !important;
  }
  .about-text {
    padding: 10rem 20rem !important;
  }
  .about-image {
    display: none !important;
  }
  .vision {
    padding: 30rem !important;
  }
  .goals {
    padding: 30rem !important;
  }
  ul {
    padding-left: 30rem !important;
  }
  h3 {
    gap: 10rem !important;
  }
  h1 {
    margin-top: 25rem !important;
  }
}
