.acm-teams > .row {
  margin-bottom: -15px;
  margin-top: -15px;
}
.acm-teams > .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.acm-teams .teams-item {
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
}
.acm-teams .teams-item .avatar img {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.acm-teams .avatar img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.acm-teams .member-info {
  padding: 25px;
}
.mod-bg-white .acm-teams .member-info {
  border: 1px solid #eaeaea;
  border-top: 0;
}
.acm-teams h4 {
  margin-top: 0;
}
.acm-teams h4 a {
  color: #333333;
}
.acm-teams h4 a:hover,
.acm-teams h4 a:focus,
.acm-teams h4 a:active {
  color: #0f5083;
}
.acm-teams .position {
  display: block;
  color: #aaaaaa;
  font-size: 13px;
}
.acm-teams .action-link-icon {
  margin-top: 30px;
}
.acm-teams .teams-action {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .acm-teams .teams-action {
    margin-top: 30px;
  }
}
.acm-teams .teams-action b {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .acm-teams .teams-action a {
    padding: 25px;
  }
}