#quick-start.hero {
    background: url(/wp-content/uploads/2022/07/heroimage.jpg) !important;
    min-height: 886px!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}

@media (max-width: 991px)
{
      #quick-start.hero 
      {
        background-image: url(/wp-content/uploads/2022/07/heroimage_mobile.jpg) !important;
        height: 100vh!important;
        background-size: cover!important;
      }

      #quick-start.hero .lintext 
      {
        background: none !important;
        top: calc(100vh - 660px) !important;
     }
}