@media screen and (max-width: 600px) {
  .mobile-logo-text {
    word-break: break-all !important;
    max-width: 235px !important;
  }
}

.mobile-logo-text {
  font-size: 20px;
}

.nav-link {
  white-space: nowrap;
}
