/* Final footer logo fix: removed hidden whitespace from PNG and force visible size. */
.footer .footer-logo,
img.footer-logo {
  width: 560px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
.footer-brand {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  .footer .footer-logo,
  img.footer-logo {
    width: 360px !important;
    max-width: 92vw !important;
  }
}
