.mou-logo img,
.single-logo img {
  aspect-ratio: 3/2;
  object-fit: contain;
}
.main-school-tab.mt-4 {
  clear: both;
  overflow: hidden;
}
.hodImage {
  float: left;
  width: 30%;
  margin-right: 1em;
  margin-top: 5px;
  border: 1px solid #414141;
}
.school-tab {
  float: left;
  background-color: #f1f1f1;
  width: 20%;
  height: 100%;
  overflow-y: auto;
}
.school-tab button {
  display: block;
  color: #414141;
  padding: 10px 15px;
  width: 100%;
  border: none;
  outline: 0;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.school-tab button:hover {
  background-color: #ddd;
}
.school-tab button.active {
  background-color: #185583;
  color: #fff;
  font-weight: 900;
}
.tabcontent {
  float: left;
  padding: 0 12px;
  width: 80%;
  border-left: none;
}
.heading-title {
  font-size: 28px;
  font-weight: 900;
  color: #185583;
  margin-bottom: 8px;
  border-bottom: 5px solid #414141;
}
.single-logo {
  padding: 0 2rem;
}
.single-logo p:first-child,
.table {
  font-size: 13px;
}
.student-img-box img {
  width: 150px;
  height: 150px;
}
.co {
  text-align: center;
  margin-top: 1em;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}
.gallery-block.grid-gallery .item img {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}
.course_item {
  border: 1px solid #ddd;
  margin-bottom: 1em;
  padding: 0 5px;
}
p#course_title {
  font-size: 24px;
  font-weight: 900;
}
p#eligibility {
  font-size: 15px;
}
.table thead th {
  border-top: none;
}
.mou-logo img {
  width: 100%;
  padding: 10px;
}
.PD a {
  text-decoration: none;
  color: #414141;
}
.course_item:hover #course_title {
  color: #f48533;
}
@media only screen and (max-width: 600px) {
  .hodImage,
  .school-tab {
    width: 100%;
  }
  .students-quotes .media {
    text-align: center;
    display: block;
  }
  .school-tab button,
  .table {
    font-size: 12px;
  }
  .heading-title {
    font-size: 18px;
    margin-top: 1em;
  }
  .hodImage {
    margin-bottom: 1em;
    margin-right: 0;
    border: none;
  }
  p#eligibility {
    font-size: 13px;
  }
  .tabcontent {
    width: 100%;
    margin-top: 1em;
  }
}
.students-quotes .media img {
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
  height: auto;
}
.students-quotes .media h5 {
  font-weight: 600;
}
.students-quotes .media .media-body {
  font-size: 0.9em;
  font-style: italic;
}
.students-quotes .media {
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 10px;
}
.placed_students img {
  width: 100%;
}