@media (min-width: 992px) {
    .nav-search-input {
      width: 300px; 
    }
    .nav-logo-img{
        width: 190px !important;
    }
    .small-text {
      font-size: 0.90rem !important; 
    }
    .smaller-text{
        font-size: 0.70rem !important; 
    }
  }

  @media (max-width: 991px) {
    .nav-search-input {
      width: 250px; 
    }
  }

  @media (max-width: 576px) {
    .nav-search-input {
      width: 200px; 
    }
    
  }