.list-payment {
  flex-wrap: wrap;
  grid-gap: 0.5rem;
}

.list-payment__item svg {
  width: calc(var(--font-body-scale) * 5rem);
  height: auto;
}