/* Add custom CSS styles below */ 
.store-footer__inner  img.max-w-24.mb-2 {
    background-color: #fff;
    padding: 10px 20px;
    max-width: 10rem !important;
    border-radius: 10px;
}
.store-footer__inner  img:hover.max-w-24.mb-2{
    opacity: .75;
}.s-payments-list-item {
    background-color: white;
}