.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;
}