.client-profile-logo {
    overflow: hidden;
}

.client-profile-logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 3px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
}
