@media (max-width: 1199px) {
    
    body{
        overflow-x: hidden;
    }
    
  .hero-sec{
     min-height: 640px;
    }
  
  h1,
  .fw-bold {
    font-size: 3rem !important;
    line-height: 3.7rem;
  }
  
  p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  
  .cta span {
    font-size: 16px;
  }
  
  h2, .fw-bold{
      font-size: 2.5rem;
      line-height: 3rem;
  }
  
  h3, fw-semi-bold{
      font-size: 2rem;
  }
    
}


@media (max-width: 1024px) {}