.list-payment {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

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

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