.list-payment {
  display: flex;
  gap: .89rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .list-payment {
    gap: .25rem;
  }
}