.staff .banner,
.istitutional .banner {
  height: 420px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.staff .title,
.istitutional .title {
  color: #2bb8b3;
}
.staff .title h2,
.istitutional .title h2 {
  font-size: 22px;
  margin: 0;
}
.staff .partner img,
.istitutional .partner img {
  max-width: 60px;
  margin-right: 15px;
}
.staff .background-img,
.istitutional .background-img {
  position: relative;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.staff .background-img .lab,
.istitutional .background-img .lab {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15px;
}
.staff .background-img .lab .btn,
.istitutional .background-img .lab .btn {
  padding: 1px 80px;
}
.staff hr,
.istitutional hr {
  margin: 5px 0;
  border-top: 1px solid #2bb8b3;
}
@media (max-width: 767px) {
  .staff .banner,
  .istitutional .banner {
    height: 200px;
  }
}



