.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

@media screen and (min-width: 750px) {
  .list-payment {
    justify-content: flex-end;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
}

.list-payment__item svg {
  width: auto;
  height: 3.2rem;
}