/* BLUE STUDIO V6.10.4 — centered footer contact details */
.footer-contact-center {
  text-align: center !important;
}
.footer-contact-center h4 {
  text-align: center !important;
}
.footer-contact-center nav,
.footer-contact-center .v4-footer-links {
  justify-items: center !important;
  align-items: center !important;
  text-align: center !important;
}
.footer-contact-center nav > *,
.footer-contact-center .v4-footer-links > * {
  justify-self: center !important;
  text-align: center !important;
  width: fit-content;
  max-width: 100%;
}
.footer-contact-center [data-public-phone],
.footer-contact-center [data-public-email] {
  direction: ltr;
  unicode-bidi: isolate;
}
@media (max-width: 760px) {
  .footer-contact-center {
    justify-self: stretch;
    width: 100%;
  }
}
