#logo img {
    height: 40px;        /* adjust as needed */
    width: auto;
    padding-top: 10px;   /* adds space at the top */
}
  /* If your layout adds a global spacer under fixed headers, neutralize it here */
  .body-inner { padding-top: 0 !important; }
.payment-logos { margin: 0; padding: 0; }
.payment-badge {
  display:inline-flex; align-items:center; justify-content:center;
  width:60px; height:40px;
  border:1px solid #e8edf3; border-radius:8px; background:#fff;
  box-shadow:0 2px 10px rgba(27,42,68,.06);
  padding:4px;
}
.payment-badge img {
  max-height:100%; max-width:100%; object-fit:contain;
}
.payment-badge i {
  font-size:1.4rem; color:#2b3645;
  .footer-content .col-lg-5 {
  padding-left: 24px; /* adjust to taste */
}