.tutor_page {
  background: linear-gradient(170.08deg, #f9feff 2.5%, #fefefe 24.01%);
}

.tutor_page .tutor_hero_section {
  padding-top: 40px;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > h2 {
  color: #2f225a;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div .image_mob_get_started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div .image_mob_get_started > img {
  width: 90%;
  max-width: 400px;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div .get_started_points {
  margin-bottom: 50px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div .get_started_points > p {
  color: #333;
  padding-right: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
  padding-top: 40px;
  width: 90%;
  margin: auto;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 500px;
  width: 100%;
  margin-left: 100px;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div > h2 {
  color: #2f225a;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div > h2::before {
  content: '';
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 100%;
  border-radius: 20px;
  background-color: #cdc9dc;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div > div {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div > div > p {
  color: #333;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
}

.tutor_page .become_tutor_section {
  margin-bottom: 100px;
  margin-top: 40px;
}

@media (max-width: 959px) {
  .tutor_page .become_tutor_section {
    margin-top: 0;
  }
}

.tutor_page .become_tutor_section > h2 {
  color: #2f225a;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 959px) {
  .tutor_page .become_tutor_section > h2 {
    font-size: 24px;
    padding: 0 20px;
  }
}

.tutor_page .become_tutor_section .tutor_become_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}

.tutor_page .become_tutor_section .tutor_become_image > img {
  width: 90%;
  max-width: 500px;
}

@media (max-width: 959px) {
  .tutor_page .become_tutor_section .tutor_become_image > img {
    max-width: 400px;
  }
}

.tutor_page .become_tutor_section .become_tutor_points_wrapper {
  margin-top: 60px;
}

@media (max-width: 959px) {
  .tutor_page .become_tutor_section .become_tutor_points_wrapper {
    margin-top: 30px;
  }
}

.tutor_page .become_tutor_section .become_tutor_points_wrapper .become_tutor_points {
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tutor_page .become_tutor_section .become_tutor_points_wrapper .become_tutor_points > img {
  margin-right: 10px;
  max-width: 60px;
}

.tutor_page .become_tutor_section .become_tutor_points_wrapper .become_tutor_points > p {
  font-size: 16px;
  color: #282339;
}

.tutor_google_form {
  min-height: 100vh;
  background: radial-gradient(46.08% 91.12% at 100% 100%, #fffbd9 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(58.89% 116.46% at 6.46% 92.82%, #d5fff8 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(47.36% 81.92% at 96.6% 2.64%, #d5ffd7 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(65.1% 128.75% at 6.35% 28.03%, #ffcef5 0%, rgba(255, 255, 255, 0) 97.53%), #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
/*# sourceMappingURL=tutor.css.map */