.customer-logo-card.customer-logo-has-image {
    padding: 12px 16px;
}

.customer-logo-card.customer-logo-has-image img {
    display: block;
    width: min(82%, 150px);
    height: 56px;
    margin: auto;
    object-fit: contain;
}

.customer-carousel-arrow[hidden],
.customer-carousel-dots[hidden] {
    display: none;
}

@media (max-width: 700px) {
    .customer-logo-card.customer-logo-has-image img {
        height: 50px;
    }
}
