.trainer-card {
    box-shadow: 0px 4.3px 10.74px 0px #5252521a;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    transition: transform 0.3s ease;
    text-align: center;
    height: 100%;
}

.trainer-card .avatar {
    width: 100px;
    height: 100px;

    object-fit: cover;
}

.trainer-card .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.trainer-card .specialty {
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
}

.trainer-card .bio {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.5;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trainer-card .social-links a {
    color: #2243a4;
    margin: 0 6px;
    font-size: 24px;
    transition: color 0.3s;
}
.trainer-card .img-con {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}

.testimonials {
    margin: 40px 0;
}
@media (max-width: 656px) {
    .testimonials {
        margin-top: 170px;
        padding: 0 20px;
    }
}
