/* Min Width 993px and Max Width 1199200*/
@media (min-width: 1200px) {
  .explore-img img{
    max-width: 410px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .hero-content h1,
  .hero-content h2,
  .section-title h2,
  .section-eight-top h2 {
    font-size: 48px;
  }
  .explore-img img{
    max-width: 410px;
  }
}

/* Min Width 769px and Max Width 992px */

@media (min-width: 769px) and (max-width: 992px) {
  .hero-content h1,
  .hero-content h2,
  .section-title h2,
  .section-eight-top h2 {
    font-size: 40px;
  }

  .hero-content h4 {
    font-size: 22px;
    line-height: 35px;
  }

  .discovering-content h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-four-content h4 {
    font-size: 24px;
  }
}

/* Min Width 300px and Max Width 768px */

@media (min-width: 300px) and (max-width: 768px) {
  .hero-content h1,
  .hero-content h2,
  .section-title h2,
  .section-eight-top h2,
  .explore-container h2,
  .testimonial-top h2,
  .section-nine-content h2,
  .faq-title h2,
  .faq-content h2,
  .vision-content h2,
  .why-content h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-content h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .section-title::before,
  .section-title::after,
  .section-four-content h4::before,
  .section-four-content h4::after,
  .divider::after {
    max-width: 250px;
  }

  .discovering-content h5,
  .section-four-content ul li,
  .explore-content p,
  .section-nine-content p,
  .vision-content p,
  .why-content p {
    font-size: 16px;
    line-height: 25px;
  }

  .section-four-content h4 {
    font-size: 24px;
  }

  .section-nine-content h3,
  .section-nine-content h4,
  .explore-content h3 {
    font-size: 24px;
  }

  .section-four-content ul li {
    padding-left: 15px;
  }

  .section-four-content ul li::before {
    left: 0;
    width: 6px;
    height: 6px;
  }

  .course-card-icon,
  .section-six-card-icon,
  .section-eight-card-icon {
    max-width: 40px;
    width: 100%;
    margin-right: 10px;
  }

  .primary-btn a,
  .course-card-content h5,
  .section-six-card-text h5 {
    font-size: 18px;
  }

  .footer-menu {
    flex-direction: column;
  }
}
