#profile-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}
.profile-card{border:1px solid #ddd;padding:15px;text-align:center}
.profile-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto 12px;
}

.profile-detail img {

    width: 200px;

    height: 200px;

    object-fit: cover;

    border-radius: 50%;

}
 