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

.footer__content-bottom-row .list-payment {
  justify-content: flex-end;
}

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