@media screen and (max-width: 800px) {
  .mobile-logo-text {
    word-break: break-all !important;
    max-width: 350px !important;
  }

  .navbar-brand.d-lg-none {
    white-space: wrap !important;
  }
}

@media screen and (max-width: 470px) {
  .mobile-logo-text {
    word-break: break-all !important;
    max-width: 200px !important;
  }

  .navbar-brand.d-lg-none {
    white-space: wrap !important;
  }
}

.footer-contact-info{
  display: block;
  margin-bottom: 10px;
  color: #9a9a9a;
}

.header-contact-info{
  color: #fff;
}
