.container {
    width: 92%;
}

.team-hero {
    min-height: 40vh;

    padding: 60px 0;
}

.team-hero-content h1 {
    font-size: 2.7rem;
}

.team-hero-content p {
    font-size: 1rem;
}

.team-section {
    padding: 60px 0;
}

.team-grid {
    gap: 25px;
}

.team-image {
    height: 300px;
}

.team-content {
    padding: 25px;
}

.team-content h2 {
    font-size: 1.6rem;
}