@charset "UTF-8";
.lp-payment-logos {
  display: flex;
  justify-content: center;
  margin: 14px 0 18px; }

.lp-payment-logos img {
  width: 260px;
  /* 👈 bigger, matches button width better */
  max-width: 100%;
  height: auto;
  display: block; }
