.ae-team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    padding-bottom: 25px;
}

.ae-team-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.ae-team-info h3 {
    margin: 20px 0 5px;
    font-size: 20px;
}

.ae-team-info p {
    color: #007bff;
    font-weight: 500;
}
