.abt_university figure {
  height: 344px;
}

.abt_university figure img {
  height: 100%;
}

.timelineCard p {
  height: 188px;
  overflow-y: auto;
  padding: 0 25px 0 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.014);
  background-color: #555;
}

.page-template-faculty-department-template ol li {
  padding-bottom: 10px;
}

.page-template-faculty-department-template ol li:last-child {
  padding-bottom: 0;
}

.page-template-faculty-department-template ol {
  margin-bottom: 0;
  /* padding: 0 20px 0 20px;
  height: 300px;
  overflow-y: auto; */
}

.depart_bg ul li {
  list-style: disc;
}
.depart_bg ul {
  padding: 0 0 0 20px;
}

.scholar_bg ul li a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

address {
  margin-bottom: 7px;
}
