/* Responsive Design */
@media (max-width: 768px) {
  nav {
    flex-direction: column;
  }

  .text-box .heading {
    font-size: 18px;
    font-weight: 700;
  }

  .text-box .sub_text {
    font-size: 14px;
    width: auto;
    text-align: justify;
  }

  .text-box hr {
    width: 267px;
  }

  .top_container div p {
    font-size: 12px;
  }

  .contact_sec .heading {
    font-size: 27px;
  }

  .contact_sec .heading_box {
    padding: 7px 0px;
  }

  .contact_sec .sub_heading {
    font-size: 27px;
  }

  .passionate_box {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }

  .mt-mobile {
    margin-top: 1px !important;
  }

  .nav-links {
    width: auto;
  }

  .subject_card {
    margin-bottom: 10px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .services,
  .features {
    grid-template-columns: 1fr;
  }

  .top_container {
    flex-direction: row;
    width: 90%;
  }

  .logo img {
    width: 50%;
    margin-top: 10px;
    padding: 10px;
  }

  .logo {
    width: auto;
    justify-content: center;
    height: 83px;
  }

  .nav-links {
    height: 38px;
    align-items: center;
  }

  .footer-section {
    justify-content: start;
  }

  .count .bold_text {
    line-height: 30px;
    font-size: 35px;
}

  .m_mt-20 {
    margin-top: 35px;
  }

  .footer-bottom {
    margin-top: 2rem;
}

footer {
    padding: 2rem 5% 2rem;
}

.about_us_sec{
  margin-top: 20px;
}

.about_us .heading_box .heading {
  font-size: 30px;
}

.why_choose_us .heading{
  font-size: 30px;
}

.why_choose_us .bullet_point{
  padding-left: 10px;
}

.desktop-img{
display: none;
}

.why_choose_img{
  text-align: center;
}

.mobile-img{
  display: inline-block;
  width: 60%;
  text-align: center;
}


.sm-mt-1{
  margin-top: 1rem;
}


.contact_card .hero_text{
  font-size: 18px;
}

.contact_card{
  padding: 30px 20px;
}

}
