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

.list-payment svg {
  display: block;
}

@media screen and (min-width: 990px) {
  .list-payment {
    justify-content: flex-end;
  }
}
