.footer__payment--brand {
  margin-top: 1.6rem;
}

.footer__payment--brand .list-payment {
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 749px) {
  .footer__payment--brand .list-payment {
    justify-content: center;
  }
}
