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

@media screen and (min-width: 768px) {
  .list-payment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.list-payment__item {
  display: flex;
  padding: 0.25rem;
}
