.page-container {
    max-width: 900px;
    margin: 0 auto;
}

.about-hero {
    text-align: center;
    padding: 50px 20px;
    background-color: #fbbf24;
    color: #111827;
    border-radius: 8px;
    margin-bottom: 40px;
}

.team {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.team-member {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    flex: 1;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
