/* --- About / Meet the team --- */
.about__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: center;
}

.about__text {
  max-width: 600px;
}

.about__text h3 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-md);
}

.about__text p {
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-md);
}

/* --- Schools --- */
.schools__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
}

.schools__list span {
  padding: 0.5rem 1rem;
  background: var(--color-bg-card);
  border-radius: var(--border-radius);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text);
  border: 1px solid var(--color-border);
}
