

/* under md */
@media screen and  (max-width: 769px) {
  .hero-title{
    font-size: 2.2rem;
    line-height: 2.1rem;
    font-weight: 700;
    width: 90%;
  }
  .mt-7{
    margin-top: 7rem;
  }
  p{
    font-size: 1rem;
  }
}

/* under lg */
@media screen and  (max-width: 992px) {
  header nav .offcanvas .nav-item a{
    color: var(--title-color) !important;
  }
  header nav .offcanvas .nav-item:hover a{
    color: var(--primary-hover) !important;
  }
  header nav .offcanvas .nav-item a.active{
    color: var(--primary-hover) !important;
  }
  nav.sticky{
    position: fixed !important;
    left: 0;
    top: 0;
    margin-top: 0 !important;
    padding: 1.5rem 0;
    background-color: #0c0e11c7;
    backdrop-filter:none;
    box-shadow: var(--shadow-lg);  
  }
}
/* under xl */
@media screen and  (max-width: 1200px){
  #why_us .info{
    max-width: 680px;
  }
} 