.header {
  top: 65px;
}
.sticky-menu .header {
  top: 0;
}
.hero-text{
    padding-bottom: 4rem;
    max-width: 800px;
}

@media screen and (max-width: 1280px) {
.hero-text{
    padding-bottom: 3rem;
    max-width: 1024px;
}
}
@media screen and (max-width: 991px) {
    .hero-text{display: none;}    
}
@media screen and (max-width: 767px) {
    .header {
  top: 105px;
}
}