.logo-img-card {
    --bs-card-border-width: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
}

.logo-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    max-height: 100px;
    padding: 0 10px;
}
