@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media (max-width: 500px) {
  .logo-section .logo-icon img {
    height: 74px;
  }

  .hambar .icon {
    height: 35px;
    width: 35px;
    border-radius: 5px;
    font-size: 18px;
  }

  .about-info-wrapper .heading {
    font-size: 35px;
  }

  .greet-info .title {
    font-size: 40px;
  }

  .top-bar .social-links-container::before {
    width: 38px;
    left: -19px;
  }

  .section-animation {
    left: 35.5%;
  }

  .adv-section .section-animation {
    left: 40.5%;
  }

  .footer-section svg {
    /* height: 190px; */
  }

  .header-page-section .cover-nav ul li {
    padding: 5px 8px;
    font-size: 18px;
  }

  .empanelment-card::after {
    left: 29%;
  }

  .college-slider .slider-wrapper img {
    height: 500px;
    object-fit: cover;
  }

  .news-card-parent .news-box:nth-child(odd) {
    border-right: none;
  }

  .course-page .course-cards-container .course-img img {
    height: 250px;
  }

  .aim-card .card-icon {
    height: 70px;
    width: 70px;
    left: -20px;
    top: -20px;
  }

  .director-img .img-card {
    height: 270px;
  }

  .director-img .over-links .links .icon {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    font-size: 18px;
    color: #1553a5;
  }

  .aim-card .card-info-box .card-desc ul {
    gap: 10px !important;
  }
}

@media (max-width: 912px) and (min-width: 768px) {
  .college-slider .slider-wrapper img {
    height: 500px;
  }
}

@media (max-width: 769px) and (min-width: 499px) {
  .college-slider .slider-wrapper img {
    height: 500px;
  }
}
