.text-contain {
  min-height: 280px !important;
}
.heading-section {
  background-color: #14336f;
  color: #d4e5f1 !important;
}
.heading-section h1 {
  color: #d4e5f1;
}
.sub-heading {
  color: #d4e5f1;
}
.hero-head {
  color: #d4e5f1;
}
.awards-section .mentor-text .mentor-dec2.first {
  padding-top: 8px;
  padding-bottom: 4px;
}
.below-text {
  min-height: 70px;
}
.min-ht {
  min-height: 108px;
}
@media only screen and (max-width: 767px) {
  .text-contain {
    padding: 18px 18px 16px 16px;
    min-height: auto !important;
  }
  .min-ht {
    min-height: auto;
  }
  .swiper-wrapper-no-slide {
    display: flex !important;
    flex-direction: column !important;
    gap: 21px !important;
    row-gap: 21px;
    column-gap: 21px;
  }
}
