@media (max-width: 991px) {
  .banner_form {
    margin: 0 30px;
  }
  .banner h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .banner_form h3,
  .common_sect h2,
  .cta h2,
  .counter h2,
  .testimonials h2,
  .contact_section 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) {
  .lg-btns {
    display: none;
  }
  .mb-btns {
    display: flex;
    justify-content: center;
  }
  .banner_form {
    margin: 0 20px;
  }
  .banner h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  .banner_content {
    text-align: center;
  }

  .banner_form h3,
  .common_sect h2,
  .cta h2,
  .counter h2,
  .testimonials h2,
  .contact_section h2,
  .why_choose_us h2,
  .platform h2,
  .subjects h2 {
    font-size: 30px;
    text-align: center;
  }
  .contact_box a img {
    width: 100px;
  }
  .contact_box a {
    font-size: 18px;
  }
  a.live_chat {
    display: none;
  }
  .why_choose_us_content img {
    width: 130px;
  }
  .common_sect p {
    text-align: center;
  }

  .process h2 {
    font-size: 30px;
    text-align: center;
  }

  .process p {
    text-align: center;
  }

  .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_logo {
    text-align: center;
  }

  .footer_menu {
    text-align: center;
  }
  .footer_menu ul.last_links {
    display: flex;
    justify-content: space-around;
}
}
