.acm-teams .team-items .row {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .acm-teams .team-items .row .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }
}
.acm-teams .team-items img {
  max-width: 100%;
}
.acm-teams .team-items .item {
  background: #ffffff;
  padding: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .acm-teams .team-items .item {
    padding: 30px;
  }
}
.acm-teams .team-items .item h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.acm-teams .team-items .item .member-title {
  color: #999999;
}