/* /////////// Team Module /////////// */

.team {
  overflow: hidden;
  margin-bottom: 2rem;
}

.team h2 {
  margin-bottom: 4rem;
}

.team:last-of-type {
  margin-bottom: 0;
}

.team .member-panel {
  margin-bottom: 2.5rem;
}

.team .member-panel h4 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  text-transform: none;
}

.team .member-panel p {
  font-size: 1.5rem;
}

/* /////////// Media Queries /////////// */

@media (min-width: 992px) {
  .team {
    overflow: visible;
    margin-bottom: 0;
  }
}
