.profile-card-2 .card-img-block{
    float:left;
    width:100%;
    height:75px;
    overflow:hidden;
    position: relative;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}
.profile-card-2 .card-img-block img{
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
    background-color: white;
    border-radius: 50%;
    position: absolute;
    object-fit: cover;
    top: -66px;
    left: 50%;
    height: 100px;
    width: 100px;
    border: 3px solid rgba(255, 255, 255, 1);
    /*box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);*/
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.profile {
    background-color: white;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 1);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    /*position: absolute;*/
    object-fit: cover;
    /*top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);*/
}

.profile2 {
    background-color: white;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--main);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    /*position: absolute;*/
    object-fit: cover;
    /*top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);*/
}
.profile-card-2 h5{
    font-weight:800;
    color:#6E98E5;
}

.profile-card-2 a.core-primary {
    color:#6E98E5!important;
}

.profile-card-2 .card-text{
    font-weight:600;
    font-size:15px;
}
.profile-card-2 .icon-block{
    /*text-align: center;*/
    width:100%;
}
.profile-card-2 .icon-block a{
    text-decoration:none;
}
.profile-card-2 i.social {
    display: inline-block;
    font-size: 16px;
    color: var(--main);
    text-align: center;
    /*border: 1px solid var(--main);*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.social {
    display: inline-block;
    font-size: 16px;
    color: var(--main);
    text-align: center;
    /*border: 1px solid var(--main);*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.social:hover {
  background-color:var(--main);
  color:#fff;
}

.profile-card-2 i.social:first {
    margin:0 0;
}
.profile-card-2 i.social:hover {
  background-color:var(--main);
  color:#fff;
}