.team-section {
    text-align: center;
    padding: 50px 0;
}

.team-member {
    display: inline-block;
    width: 300px;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.team-member:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.team-member img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.team-member h3 {
    color: #333;
    margin-top: 10px;
}

.position {
    font-style: italic;
    color: #777;
}

.description {
    padding: 0 20px 20px;
    color: #555;
}
