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

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


