.m-list-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 0;
  justify-content: var(--justify, start);
}
.m-list-payment__item .icon {
  display: block;
  width: 3.5rem;
  height: auto;
}
