.spoken_page_section {
  background: #f7fbfe;
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken {
  width: 100%;
  max-width: 500px;
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > h1 {
  color: #333;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > 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;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
  font-size: 16px;
  margin-bottom: 16px;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div > p {
    text-align: center;
  }
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div > p > img {
  margin-right: 10px;
  width: 20px;
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_image_section_spoken {
  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;
  width: 90%;
  margin: auto;
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_image_section_spoken > img {
  width: 100%;
  max-width: 600px;
  margin-left: 30px;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_image_section_spoken > img {
    margin-left: 0;
    margin-top: 20px;
    max-width: 500px;
  }
}

.spoken_page_section .who_need_spoken_section {
  background: linear-gradient(108.02deg, #536cc0 10.31%, #3a37a6 72.54%), #3a37a6;
  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;
}

.spoken_page_section .who_need_spoken_section .spokenWave1 {
  max-height: 150px;
  width: 100%;
}

.spoken_page_section .who_need_spoken_section .spokenWave2 {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.spoken_page_section .who_need_spoken_section .spokenWave2 > img {
  width: 100%;
  max-height: 210px;
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > h2 {
  color: #f7fbfe;
  text-align: left;
  font-size: 28px;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > h2 {
    text-align: center;
    font-size: 24px;
    padding: 20px;
  }
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > 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;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  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;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_image > img {
  width: 100%;
  max-width: 480px;
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points > p {
  color: #f7fbfe;
  max-width: calc(200px + 2vw);
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points > p:first-child {
  font-size: 60px;
  margin-right: 20px;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points > p:first-child {
    font-size: 40px;
  }
}

.spoken_page_section .improve_english_section {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .spoken_page_section .improve_english_section {
    margin-top: 20px;
  }
}

.spoken_page_section .improve_english_section .title_improve_english {
  color: #333;
  text-align: center;
  font-size: 28px;
  margin: 20px 0;
  padding: 20px;
}

@media (max-width: 959px) {
  .spoken_page_section .improve_english_section .title_improve_english {
    font-size: 24px;
  }
}

.spoken_page_section .improve_english_section .improve_english_card {
  background-color: #f2f3f7;
  -webkit-box-shadow: 6px 6px 16px #becde2, -6px -6px 16px #ffffff;
          box-shadow: 6px 6px 16px #becde2, -6px -6px 16px #ffffff;
  border-radius: 30px;
  max-width: 200px;
  height: 220px;
  margin: 40px auto;
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}

@media (max-width: 959px) {
  .spoken_page_section .improve_english_section .improve_english_card {
    position: relative;
    max-width: 160px;
    margin: 20px auto;
  }
}

.spoken_page_section .improve_english_section .improve_english_card > h4 {
  padding: 10px;
  font-size: 18px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  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;
  height: 40%;
  width: 100%;
  color: #fff;
  background-color: #4070f4;
}

.spoken_page_section .improve_english_section .improve_english_card > p {
  padding: 10px;
  font-size: 14px;
  color: #555;
  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;
  height: 60%;
  text-align: center;
}

.spoken_page_section .improve_english_section .improve_english_card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.spoken_page_section .all_faqs_section {
  background: #f7fbfe;
}
/*# sourceMappingURL=spoken_english.css.map */