.profile-card-thumb {
    border-radius: 0;
    height: auto;
    aspect-ratio: 1/1;
    background: transparent;
    width: 100%;
}
.profile-card {
    padding: 0 !important;
    border: 0 !important;
        gap: 0;
}
.profile-card-content p {
    display: none !important;
}
.profile-card-thumb img {
  clip-path: none;
  height:auto;
}

.profile-card-thumb img:hover {
    clip-path: none;
}



@media(min-width: 750px) {
    .flex-profile-cards.image-left .profile-card {
        flex-basis: calc(33% - .52rem) !important;
        display:block
    }
}

@media(max-width: 640px) {

    .profile-card-thumb img {
        transform: none;
        position: relative;
        transition: none;
        top: 0;
        left: 0;
    }
}