.list-payment{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:0;gap:8px}@media screen and (max-width:1024px){.list-payment{display:flex;flex-direction:row;flex-wrap:wrap}}.list-payment__item{align-items:center;display:flex;height:-moz-fit-content;height:fit-content;max-width:40px;height:auto}.list-payment__item picture{display:contents}.list-payment__item img{display:block;height:100%;width:100%;-o-object-fit:contain;object-fit:contain}