@media (min-width: 768px) {
  .hero-simple.spacing-bottom-lg {
    padding-bottom: 77px !important;
  }
  .hero-simple.spacing-top-lg {
    padding-top: 77px !important;
  }
  .hero-simple.spacing-bottom-xl {
    padding-bottom: 140px !important;
  }
  .hero-simple.spacing-top-xl {
    padding-top: 140px !important;
  }
  
@media (min-width: 479px) {
  .hero-simple.spacing-bottom-lg {
    padding-bottom: 77px !important;
  }
  .hero-simple.spacing-top-lg {
    padding-top: 77px !important;
  }
  .hero-simple.spacing-bottom-xl {
    padding-bottom: 140px !important;
  }
  .hero-simple.spacing-top-xl {
    padding-top: 140px !important;
  }

@media (max-width:991px) {
  img.hero-simple__img {
    margin-bottom:-80px!important;
  }