.team-modeui {
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--hd-body-bg);
  color: var(--hd-text);
}

.team-modeui .section-heading p {
  font-size: 20px;
  opacity: 0.6;
  font-weight: 300;
}

.team-modeui .team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 24px;
  text-align: center;
  margin-top: 64px;
}

.team-modeui .team-list .team-column {
  max-width: 200px;
}

.team-modeui .team-list .team-column .team-img img {
  width: 200px;
  height: 200px;
  border-radius: 2000px;
  object-fit: cover;
}

.team-modeui .team-list .team-column .team-name {
  font-weight: 600;
  margin-top: 16px;
}

.team-modeui .team-list .team-column .team-name span {
  font-weight: 400;
  display: block;
  font-size: 14px;
}

.team-modeui .section-heading h2 {
  font-size: var(--h2-size-large);
  font-weight: 600;
}
.team-modeui .section-heading p {
  font-size: 18px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .team-modeui .section-heading h2 {
    font-size: var(--h2-size-small);
  }
}
