section.ntacSlideFooter h3 {
  text-align: left;
}


.footerLogo {
  display: block;
}

.footerNav a {
  font-weight: normal !important;
}

.footerNav.contact {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.footerNav.contact a {
  color: #fff !important;
  font-weight: normal !important;
}

.footerNav.connect a {
  color: #fff !important;
}


.footerNav.connect h3 {
  display: inline-block !important;
}

.footerNav.connect li a.footIcon,
.footerNav.connect li a.footIcon .fa-brands {
  display: inline-block !important;
}


@media (max-width: 991.98px) {

  section.ntacSlideFooter h3 {
    text-align: center;
  }

  .footerLogo {
    margin: 0 auto 1.5rem;
  }

  section.ntacSlideFooter ul.footerNav {
    margin: 0 auto 1.5rem;
  }

  section.ntacSlideFooter ul.footerNav.connect {
    text-align: center;
  }


}
