.team-section {
    text-align: center;
    padding: 60px 20px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.team-member {
    max-width: 220px;
    text-align: center;
}

.team-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.role {
    color: #006400;
    font-weight: bold;
    text-transform: lowercase;
}

.desc {
    font-size: 14px;
    color: #502b81;
    margin: 10px 0;
}

.socials {
    margin-top: 10px;
}

.socials a {
    margin: 0 6px;
    color: #502b81;
    font-size: 18px;
    transition: color 0.3s;
}

.socials a:hover {
    color: #006400;
}
