.team-section-wrapper {
    background-color: #f6f5ff;
    padding: 60px 20px;
    text-align: center;
    font-family: sans-serif;
    border-radius: 20px;
}
.team-title {
    color: #0e4c3a;
    font-size: 42px;
    margin-bottom: 10px;
    text-align: center;
}
.team-subtitle {
    color: #333;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.5;
    text-align: center;
}
.mt-50 {
    margin-top: 60px;
}
.team-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.top-team .team-member {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
}
.bottom-team .large-member {
    max-width: 450px;
    text-align: center;
}
.team-member img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    background: #cee4db;
}
.team-member h3 {
    margin: 0 0 5px 0;
    color: #0e4c3a;
    font-size: 22px;
    text-align: center;
}
.team-role {
    color: #555;
    font-size: 14px;
    margin: 0 0 15px 0;
    text-align: center;
}
