@media (max-width:991px) {
  .banner_form {
    margin: 0 30px
  }

  .banner h1 {
    font-size: 34px;
    line-height: 46px
  }

  .banner_form h3,
  .common_sect h2,
  .contact_section h2,
  .counter h2,
  .cta h2,
  .testimonials h2 {
    font-size: 32px
  }

  .contact_box a img {
    width: 65px
  }

  .contact_box a {
    font-size: 14px
  }
}

.lg-btns {
  display: flex
}

.mb-btns {
  display: none
}

@media (max-width:767px) {
  .banner {
    background: linear-gradient(65deg, #101d1e 0, #21969f 85%);
  }

  .banner h1,
  .banner_content,
  .common_sect p,
  .footer_logo,
  .footer_menu,
  .process p {
    text-align: center
  }

  .lg-btns,
  a.live_chat {
    display: none
  }

  .mb-btns {
    display: flex;
    justify-content: center
  }

  .banner_form {
    margin: 0 20px
  }

  .banner h1 {
    font-size: 28px;
    line-height: 40px
  }

  .banner_form h3,
  .common_sect h2,
  .contact_section h2,
  .counter h2,
  .cta h2,
  .platform h2,
  .process h2,
  .subjects h2,
  .testimonials h2,
  .why_choose_us h2 {
    font-size: 30px;
    text-align: center
  }

  .contact_box a img {
    width: 100px
  }

  .contact_box a {
    font-size: 18px
  }

  .why_choose_us_content img {
    width: 130px
  }

  .process .why_choose_us_content h3 {
    font-size: 20px
  }

  .process .why_choose_us_content {
    align-items: center
  }

  .process .why_choose_us_content img {
    width: 110px
  }

  .contact_box {
    width: 90%
  }

  .footer_menu ul.last_links {
    display: flex;
    justify-content: space-around
  }
}