.payment-logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    height: 40px;
}

.payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
    height: 100%;
}

.payment-logo > img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
}

.payment-logo--mc > img {
    transform: scale(1.20);
}

.payment-logo--amex > img {
    transform: scale(1.2);
}

.payment-logo--discover > img {
    transform: scale(0.8);
}

.payment-logo--jbc > img {
    transform: scale(2.3);
}

.payment-logo--union > img {
    transform: scale(6);
    margin-top: 10px;
}

@media (max-width: 767px) {
    .payment-logos {
        height: 30px;
    }
}
