.payment-logo {
    width: 40%;
    height: auto; 
}

@media (max-width: 767px) { 
    .payment-logo {
        width: 100%; 
    }
}