/* Section équipe — style corporate sobre */

.team-one--pro {
  padding: 90px 0;
  background: #f8f9fa;
}

.team-one--home {
  padding: 80px 0;
}

.team-group {
  margin-bottom: 12px;
}

.team-group__heading {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6c757d;
  margin: 48px 0 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
}

.team-group:first-of-type .team-group__heading {
  margin-top: 0;
}

.team-one__single--president .team-one__img-box {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.team-one__single--president .team-one__content {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .team-group__heading {
    margin-top: 36px;
  }
}
