@media (max-width: 767.98px) {
  .hamurni-nav .nav-link::before {
   display: none; 
  }

  #banner, section.has-bg {
    background-position: center top;
  }
  
  .banner-text {
    text-align: center;
    padding-top: 3em;
  }

  .banner-text h1 {
    font-size: 1.75rem;
    line-height: 2.25rem; 
    margin-bottom: 0.8em; 
  }

  .banner-text h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;   
  }

  .banner-img-app img {
    margin: 0 auto;
  }

  section.section {
    padding: 1.875rem 0;
    margin-bottom: 0;
  }

  section .section-title {
   font-size: 1.875rem; 
   line-height: 2rem;
  }
  
  section p {
    font-size: 0.875rem;
  }

  .custom-carousel-indicators {
    margin: 2em 0;
  }

  .custom-carousel-indicators li a {
   font-size: 0.938rem; 
  }

  .caption h3 {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .feature h3 {
    margin-left: 0;
  }

  .feature img {
    margin: 0 auto;
    margin-bottom: 1em;
  }

}