.list-payment {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

@media screen and (min-width: 990px) {
  .list-payment {
    gap: 1.6rem;
  }
}
