/* Footer pixel alignment: logo, Quick Links, Contact and Follow Us start on same top line */
.footer {
  padding-top: 24px !important;
}
.footer .footer-grid {
  display: grid !important;
  grid-template-columns: 1.45fr 1.25fr 1.05fr 1.1fr !important;
  align-items: start !important;
  gap: 34px !important;
}
.footer .footer-col {
  align-self: start !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}
.footer .footer-brand {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  align-self: start !important;
  min-height: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left top !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  animation: none !important;
  filter: none !important;
}
.footer h5 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  padding-top: 0 !important;
  line-height: 1 !important;
}
.footer h5::after {
  margin-top: 9px !important;
}
.footer .footer-links,
.footer .footer-contact,
.footer .social {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.footer .mt-4 {
  margin-top: 22px !important;
}
@media (max-width: 991px) {
  .footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .footer .footer-brand {
    justify-content: center !important;
    align-items: center !important;
  }
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    margin: 0 auto !important;
  }
}
