.team-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.team-container {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}

.team-content {
  width: 100%;
}

.team-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  display: grid;
}

.team-card {
  border-radius: 8px;
  padding: 2rem;
}

.team-card-content {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.team-title {
  color: #333;
  align-items: center;
  gap: .5rem;
  margin: 0 0 2rem;
  font-size: 1.5rem;
  display: flex;
}

.team-title-text {
  font-weight: 600;
}

@media (width >= 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=agora-main.f71de968.css.map */
