@media(max-width:767px) {
  i.fas.fa-stream.navbar-toggler-icon {
    color: white;
  }

  .top-banner {
    padding: 5rem 0rem 0rem;

  }

  .wrapper {
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
  }

  .explore-food .text-content h2 {
    font-size: 1.25rem;
  }

  .explore-food .text-content h5 {
    font-size: 1rem !important;
    line-height: 28px ;
  }

  .explore-food span {
    font-size: 1rem;
  }

  #main-course {
    /* height: 650px; */
    height: 100% !important;
  }

  #main-course .text-heading h5 {
    font-size: 1.2rem;
  }

  .high_ratting .text-heading h2 {
    margin-bottom: 1.2rem;
    line-height: 25px;
  }

  .high_ratting h2 {
    font-size: 1.5rem;
  }

  .high_ratting .text-heading h5 {
    font-size: 1.2rem;
    line-height: 22px;
  }

  #footer .footer_logo img {
    width: 175px;
  }

  #footer .footer_text {
    margin: 28px 0px;
  }
}