.pa_member .memberImage{ 
    width: 100px;
    height: 100px;
    border-width: 2px!important;

}
@media (min-width: 768px) {
    .pa_member .memberImage{
        width: 130px;
        height: 130px;
        border-width: 5px!important;
    } 
}

.memberName,.memberEducation,.memberRole,.memberOnlineClass{
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.memberName{}
.memberEducation{

}
.memberRole{

}
.memberOnlineClass{

}


.contact-icons svg{
    width: 20px;
    height: 20px;
}
a.profile-link{border-left: 1px solid #dee2e6}
a.profile-link:only-of-type{border-left:unset!important;}

