ul.edu-card-list-profile .edu-card-img-wrapper {
    min-width: 95px;
    max-width: 95px;
    position: relative;
}

    ul.edu-card-list-profile .edu-card-img-wrapper img {
    object-fit: cover;
    min-width: 80px;
    min-height: 80px;
    height: 80px;
    width: 80px;
    display: block;
    margin-left: 1rem;
    border-radius: 50%;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

ul.edu-card-list li {padding: 5px;}

@media only screen and (max-width: 1024px){
ul.edu-3-col li {
    width: calc(50% - 24px);
}
}

@media only screen and (max-width: 768px){
ul.edu-3-col li {
    width: calc(100% - 24px);
}
}

.edu-card-content-wrapper p {margin-top: 0.3rem;}