.hrda-trainer-photo {
    border-radius: 100% 100% 90% 90% !important;
    vertical-align: bottom;
    filter: drop-shadow(0 0 15px #fefefe);
    width: 180px;
    height: auto;
}

/*SOCIAL MEDIA ICONS*/
.hrda-trainer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.hrda-trainer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hrda-trainer-social img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.hrda-trainer-social:hover {
    opacity: 0.7;
}