.how_to_get_started_section {
  background: #fffcfc;
}

.how_to_get_started_section .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;
}

.how_to_get_started_section .how_to_get_started_section_mob > h2 {
  color: #c874fa;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.how_to_get_started_section .how_to_get_started_section_mob > div {
  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;
}

.how_to_get_started_section .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;
}

.how_to_get_started_section .how_to_get_started_section_mob > div .image_mob_get_started > img {
  width: 90%;
  max-width: 450px;
}

.how_to_get_started_section .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;
}

.how_to_get_started_section .how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
  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;
}

.how_to_get_started_section .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;
}

.how_to_get_started_section .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;
}

.how_to_get_started_section .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;
}

.how_to_get_started_section .how_to_get_started_section_desk > div > h2 {
  color: #c874fa;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}

.how_to_get_started_section .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: #ffd5f9;
}

.how_to_get_started_section .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how_to_get_started_section .how_to_get_started_section_desk > div > div > p {
  color: #555;
  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;
}

.btech_how_to_get_started_section {
  background: #fffcfc;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_mob > h2 {
  color: #c874fa;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_desk > div > h2 {
  color: #c874fa;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_desk > div > h2::before {
  background-color: #ffd5f9;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_desk > div > div > p {
  color: #555;
}

.state_how_to_get_started_section {
  background: #fffcfc;
}

.state_how_to_get_started_section .state_how_to_get_started_section_mob > h2 {
  color: #0874f5;
}

.state_how_to_get_started_section .state_how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
}

.state_how_to_get_started_section .state_how_to_get_started_section_desk > div > h2 {
  color: #0874f5;
}

.state_how_to_get_started_section .state_how_to_get_started_section_desk > div > h2::before {
  background-color: #89bcfa;
}

.state_how_to_get_started_section .state_how_to_get_started_section_desk > div > div > p {
  color: #555;
}

.robotics_how_to_get_started_section {
  background: #fffcfc;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_mob > h2 {
  color: #218091;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_desk > div > h2 {
  color: #218091;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_desk > div > h2::before {
  background-color: #abd6de;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_desk > div > div > p {
  color: #555;
}

.spoken_english_how_to_get_started_section {
  background: #f7fbfe;
  margin-top: 40px;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_mob > h2 {
  color: #333;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_desk > div > h2 {
  color: #333;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_desk > div > h2::before {
  background-color: #89bcfa;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_desk > div > div > p {
  color: #555;
}
/*# sourceMappingURL=get_started.css.map */