.mobile-logo-text {
  color: #1f1f1f !important;
}

@media screen and (max-width: 700px) {
  .mobile-logo-text {
    word-break: break-all !important;
    max-width: 299px !important;
  }

  .navbar-brand.ms-4.ms-lg-0 {
    white-space: wrap !important;
  }
}

@media screen and (max-width: 359px) {
  .mobile-logo-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 430px) {
  .mobile-logo-text {
    word-break: break-all !important;
    max-width: 199px !important;
  }

  .navbar-brand.ms-4.ms-lg-0 {
    white-space: wrap !important;
  }
}

.header-contact-el{
  color: #fff !important;
}

.footer-contact-el{
  display: block;
    color: #fff !important;
}