@media (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .tooltip {
    display: none !important;
  }

  .navbar-search-toggle {
    display: block;
  }
}
