.departments-anchors {
  padding: 15px;
  margin-top: 30px;
  -webkit-box-shadow: 0 2 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.departments-anchors .title {
  margin-top: 0;
}

.departments-anchors .anchor-wrapper a i.fa {
  vertical-align: middle;
}

.department-faculties {
  margin-top: 50px;
}

.thumbnail .caption {
  color: #333;
  height: 150px;
  overflow: hidden;
}

.thumbnail .caption .heading {
  margin-top: 0;
}

.thumbnail .image-wrapper img {
  width: auto;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mail-item{
  display: table;
  position: relative;
  top: 0.8em;
}

.mail-item img{
  display: table-cell;
  vertical-align: bottom;
}

.mail-item i{
  display: table-cell;
  vertical-align: middle;
}

.person-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 20rem;
  margin: 1rem 0;
}

.faculty-list {
  display: flex;
  justify-content: stretch;
  flex-wrap:wrap;

}

.faculty-list .item {
  align-self: stretch;
  display: flex;
  border: 1px solid #ccc;
  gap: 11px;
  margin: 0.5rem;
}

@media (min-width: 1200px) {
  .faculty-list .item.col-lg-4 {
      width: 32.333333%;
  }
}

@media (max-width: 992px) {
  .faculty-list {
    justify-content: center;
  }
}