.list-payment {
  display: grid;
  grid-template-columns: repeat(8, auto);
  justify-content: center;
  grid-column-gap: 0.5rem;
}
