.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: 20px;
  padding: 2rem;
}

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

.team-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  display: flex;
}

.team-title-text {
  background: var(--cc-light-bg);
  backdrop-filter: blur(16px);
  color: var(--cc-primary-accent);
  border-radius: 20px;
  padding: 1rem;
  font-size: 40px;
  font-weight: 600;
  box-shadow: 0 4px 8px #0000001a;
}

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