.profile-card-thumb {
    border-radius: 0;
    height: auto;
    aspect-ratio: 3/4;
    background:transparent;
}
.profile-card-thumb img {
  clip-path: none;
  height:auto;
}

.profile-card-thumb img:hover {
    clip-path: none;
}

.profile-card-content p {
    display: flex;
    flex-direction: column-reverse;
}