
@media (max-width: 900px){
  
  
  
  
  
  
  
  
  .sub-hero{
    display:grid!important;
    grid-template-columns:1fr!important;
    height:auto!important;
    min-height:0!important;
  }
  .sub-hero-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-height:340px!important;
    padding:54px 24px!important;
    box-sizing:border-box!important;
  }
  .sub-hero-image{height:286px!important;min-height:286px!important}
  .sub-hero-image img{width:100%!important;height:100%!important;object-fit:cover!important}
}
@media (min-width: 901px){
  .sub-hero{min-height:520px!important}
  .sub-hero-copy{box-sizing:border-box!important}
}
