.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  list-style: none;
  gap: 10px;
}

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


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

}