.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .list-payment {
    justify-content: center;
  }
}

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

.list-payment__item .icon {
  width: 5rem;
  height: auto;
}
