.about-page {
    padding: 0 2rem;
}

.team-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.team-container {
    padding-top: 100px;
    max-width: 1000px;

}

.team-title {
    font-size: clamp(2.2rem, 3.5rem, 3.8rem);
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 0.8s ease-out forwards;
}

.team-description {
    font-size: 1.4rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 10px;
    max-width: 1000px;
    font-weight: 300;
    text-align: justify;
}

@media (max-width: 768px) {
  .team-title {
    font-size: 2.2rem;
  }

  .team-description {
    font-size: 1rem;
    text-align: left;
  }
}
