@media screen and (max-width: 1060px) {
  html,
  body, .page {
    overflow: hidden;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    margin-top: 0;
  }

  .inline {
    display: inline;
  }

  .cover {
    width: 100vw;
    top: 0;
    height: 69%;
  }

  .cover::before {
    top: calc(100% - 1px);
    border-right: none;
    border-top: none;
    border-bottom: none;
    right: 0;
    left: auto;
    position: absolute;
    border-right: 100vw solid var(--theme-blue);
    border-bottom: 3.5vh solid transparent;
    height: 1px;
    bottom: unset;
    position: absolute;
    width: 100vw;
  }

  .cover h1 {
    margin-top: calc(2vh + 10vw + 6vh);
    padding-left: 0;
    margin-left: 6vw;
    margin-bottom: 4vh;
    font-size: 5.9vw;
  }

  .cover .list-item {
    font-size: 5vw;
    margin-left: 4vw;
    margin-top: 3.7vh;
    margin-bottom: 3.7vh;
    width: 90vw;
  }

  .cover .list-item svg {
    width: 10vw;
    height: 10vw;
  }

  .cover .list-item span {
    max-width: 78vw;
  }

  .teacher-part {
    display: flex;
    align-items: start;
    justify-content: center;
    top: unset;
    bottom: 0;
    height: 40vh;
    overflow:hidden;
    width: 100vw;
  }
  .teacher-part .background-image {
    position: absolute;
    bottom: 0;
    width: 150vw;
  }

  .teacher-part .button-container {
    width: 100%;
    top: calc(2vh + 10vw + 5vh + 15vw + 13%);
  }

  .teacher-button-container {
    position: static;
    width: 100vw;
  }

  .teacher-button, .student-button {
    font-size: 6.2vw;
    border-radius: 5vw;
    padding: 0.9vh 0 !important;
    width: 80vw !important;
    text-align: center;
  }

  .student-button-container {
    top: unset;
    left: 0;
    width: 100vw;
    bottom: 10%;
  }
  .student-button-container .student-button  {
    display: block;
  }
  .student-bottom-text {
    position: fixed;
    z-index: 40;
    bottom: 20%;
    color: white;
    font-size: 7.5vw;
    font-family: "Brandon Grotesque Bold" !important;
    padding-left: 10vw;
    width: 80vw;
  }
}
