.footer-payments {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  text-align: left;
}

.footer-payments__text {
  min-width: 0;
}

.footer-payments__logos {
  display: block;
  height: auto;
  margin-left: auto;
  max-width: min(249px, 100%);
  width: 249px;
}

@media (max-width: 575.98px) {
  .footer-payments {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-payments__logos {
    margin-left: 0;
    width: min(249px, 100%);
  }
}
