.module--team_block {
  color: #fff;
}

.module--team_block .team_grid {
  margin-block: 0;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .module--team_block .team_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .module--team_block .team_grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.module--team_block .team_grid h3 {
  font-family: "OpenSans";
  font-size: 1.2em;
  font-weight: 100;
  margin-block: .75rem .5rem;
}

.module--team_block .team_card {
  position: relative;
}

.module--team_block .team_card__img {
  overflow: hidden;
  position: relative;
  padding-bottom: 120%;
}

.module--team_block .team_card__img img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.module--team_block .team_card p {
  font-size: .9em;
  margin: 0;
}

.module--team_block:has(.module_top_grid) .team_grid {
  margin-block: 5rem 0;
}


/*# sourceMappingURL=team-block.css.map*/