@media print {
  /* Hide elements not needed in print */

      .header , .footer , .innerBanner , .academic__info-sec , .pageLinks ,.academic__detail .sectionHead , .whatsappLink{
        display:none !important
      }
      .academic .calendarWrapper {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
  }


 @media(max-width: 550px) {
     .mainBanner__image{
      min-height: 610px !important;
     }
  }