

.team-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}
.team-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}
.team-section p {
    color: #555;
    margin-bottom: 40px;
    margin-left: 30px;
}
.team-member {
    text-align: center;
}
.team-member img {
    width: 350px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #ddd;
}
.team-member h4 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 5px;
}
.team-member p {
    color: #777;
}
