#our_team_section .card {
    background-color: #FFAD42;
    border: 1px solid #ddd;
    width: fit-content;
    height: 100%;
    margin: 20px auto;
    padding: 20px;
}
#our_team_section img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin: 0 auto;
}
#our_team_section h2 {
    text-align: center;
    margin-bottom: 20px;
}
