.card-logo {
    background: transparent;
    align-items: center;
    justify-content: center;
}

.card-logo .card-img {
    padding: 10px;
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
}

.card-logo .card-img img {
    border-radius: 0;
    object-fit: unset;
} 

.card-logo a {
    text-decoration: none !important;
}