.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 9.6px;
}

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

.list-payment__item {
  align-items: center;
  display: flex;
}
