.team-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.team-section .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-section .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.team-section .card-title {
    margin-top: 15px;
    font-weight: 700;
}

.team-section {
    margin: 15px 0;
}

.team-section .btn {
    background-color: #007bff;
    color: white;
    border: none;
    transition: background-color 0.3s ease;
}

.team-section .btn:hover {
    background-color: #0e65c2;
}
