.payment_method_stripe_card_gateway img {
    max-width: 100%;
    height: 30px !important;
}


@media screen and (max-width: 600px) {
    .payment_method_stripe_card_gateway img {
     
        height: 20px !important;
    
}
}



