@media (max-width: 576px) {
  .facility-chakr {
    transform: scale(calc(100vw / 480px));
  }
  .about-strip ul {
    gap: 1rem;
  }
  .bannerVstrip {
    bottom: 0.5rem;
  }
}
@media (min-width: 376px) and (max-width: 575px) {
  .historyStrip::after {
    width: 148% !important;
  }
}
@media (min-width: 576px) and (max-width: 599px) {
  .historyStrip::after {
    width: 110% !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .historyStrip::after {
    width: 108% !important;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  .facility-chakr {
    margin-block: 60px;
  }
}
@media (max-width: 768px) {
  .mobile-nav-toggler {
    flex-grow: 0 !important;
  }
}
@media (max-width: 767px) {
  .historyStrip {
    border-radius: 0 !important;
    gap: 2.5rem !important;
  }
  .main-header {
    position: static !important;
  }
  .main-header {
    background: linear-gradient(
      180deg,
      rgba(153, 36, 38, 1) 0%,
      rgba(153, 36, 38, 0.75) 100%
    );
  }
  .beyond-academics .row::after {
    content: none;
  }
  .nav-outer {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .mobile-nav-toggler {
    background-color: transparent;
  }
  .historyStrip::after {
    width: 167%;
  }
}

@media (max-width: 992px) {
  .founder {
    bottom: 0;
  }
  .bannerVstrip p {
    font-size: 1rem !important;
  }
  .bannerVstrip h3 {
    font-size: 1.5rem !important;
  }
  .historyStrip::after {
    left: 3rem;
    right: 3rem;
  }
}
