.team-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
    height: 100%;
}
.team-card:hover {
    transform: translateY(-5px);
}
.team-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}
.team-card h5 {
    font-weight: bold;
    margin-bottom: 8px;
}
.team-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}
.team-info {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}
.team-info strong {
    color: #000;
}
.custom_font{
    font-size:15px;
}