@charset "UTF-8";

@media screen and (max-width: 1000px) {
  .else {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 20rem !important;
    margin: 0rem !important;
  }
  .else > * {
    grid-column: 1 !important;
  }
  .prompt-cont {
    grid-row: 3;
  }
  .check-label {
    width: auto !important;
  }
  .elem1 {
    display: none !important;
  }
  .elem2 {
    display: none !important;
  }
}
