@media (max-width: 1025px) {
  html,
  body {
    width: auto;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  main {
    overflow-y: auto;
    /* overflow-x: hidden; */
  }

  .main-heading {
    position: relative;
    top: auto;
  }

  .main-heading h1 {
    display: block;
    width: 100%;
    font-size: 32vw;
    letter-spacing: 0.1rem;
  }

  .main-form {
    position: relative;
    /* top: 10rem; */
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    height: auto;
    overflow-y: hidden;
    width: 65%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .returnhome {
    display: none;
  }

  .topblock {
    flex-direction: column;
    gap: 2rem;
  }

  .content {
    width: auto;
    height: auto;
  }

  .section-1,
  .section-2 {
    width: 100%;
  }

  .main-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    background-color: black;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .backhome {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: "Manrope", sans-serif;
    color: #b00b0b;
    background-color: #f2e9dc;
    padding: 0.25rem 0.5rem;
    font-weight: bold;
  }

  .bar {
    flex: 1;
  }

  .secwrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .subsection-1,
  .subsection-2 {
    width: 100%;
  }

  .sec4wrap {
    flex-direction: column;
    gap: 1rem;
  }

  .section-4 .sec4sub1,
  .section-4 .sec4sub2 {
    width: 100%;
  }

  select {
    color: gray;
  }

  .text .divspace {
    flex: 1;
  }

  .section-3, .section-5 {
    justify-content: center;
  }
}
