@media (max-width: 600px) {
  .courses h1 {
    font-size: 1.8rem;
  }

  .courses p {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  
  .mentor-wrapper {
    grid-template-columns: 1fr;
  }

  .we-breath-content .flame-logo {
    height: 100px;
  }
.we-breath-content .flame-logo-wrapper::before {
  width: 200px;
  height: 150px;
}
  .mentor-details {
    order: 2;
    /* Text below image */
    margin-top: 0 !important;
  }

  .mentor-photo {
    order: 1;
    /* Image on top */
    padding: 0 20px;
  }

  .mentor-details::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #032a2a;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
.mentor-details::after,.mentor-details::before{
  display: none;
}
  .msg-box,
  .mentor-bg {
    display: none;
  }
  .pre-footer-section{
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .we-breath-content .flame-logo-wrapper::before {
  width: 150px;
  height: 100px;
}
  .pre-footer-section{
    padding: 40px 0;
  }
  .programs {
    padding: 60px 0;
  }

  .mentor-photo {
    height: 300px;
  }

  .programs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero {
    height: 100vh;
    min-height: 350px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-content {
    padding: 0 20px;
  }

  .hero-bottom {
    flex-direction: column;
    align-items: center;
  }

  .slider-wrapper {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .slider-arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .thumbnail {
    width: 80px;
    height: 50px;
  }

  .nav-menu {
    display: none;
  }

  .we-breath-content .flame-logo {
    height: 80px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-content {
    padding: 0 20px;
  }

  .hero-bottom {
    width: 100%;
    width: 100%;
    justify-content: center;
  }

  .programs-grid {
    grid-template-columns: 1fr;
  }
  .pre-footer-apps-wrap{
    flex-direction: column;
    align-items: start;
  }
    .world-map-section {
    min-height: 500px;
  }

}

@media (max-width: 479px) {
  .we-breath-content .flame-logo-wrapper::before {
  width: 50px;
  height: 50px;
}
  .we-breath-title{
    font-size: 28px;
  }
  .world-map-section {
    min-height: 400px;
  }

  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 42px;
    padding-bottom: 40px;
    border-bottom: 1px solid;
  }

  .social-icons {
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .social-icons img {
    padding-right: 10px;
  }

  .thumbnail {
    width: 60px;
    height: 30px;
  }

  .mentor-section {
    padding-bottom: 0;
  }

  .slider-arrow {
    font-size: 10px;
  }

  .programs {
    padding: 40px 0;
  }

  .we-breath-section {
    padding: 60px 0;
  }

  .nav-icons {
    display: none;
  }
}