@charset "UTF-8";

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.8px !important;
  }
  .vert {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 20rem !important;
  }
  .bottom {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 20rem !important;
  }
  .edu {
    padding: 40rem !important;
    font-size: 20rem !important;
  }
}
