.hero-title{
  position: sticky;
  top: 20vh;
  z-index: 5;
}

.hero-wrap, .elementor-container, .elementor-section {
  overflow: visible;
}

@media (max-width: 768px){
  .hero-title{
    top: 15vh;
  }
}


