@media(min-width: 992px) {
  .body-wrapper.hs-content-id-181349911849 header.header--sticky {
    position: sticky;
    z-index: 999;
  }
  .green-doodad {
    position: absolute; 
    z-index: 2;
  }
  .blue-doodad {
    position: absolute; 
    top: -50px; 
    z-index: 2;
  }
  .h1-doodad,
  .h2-doodad {
    position: relative; 
    z-index: 3;
  }
}
@media(max-width: 991px) {
  .h1-doodad,
  .h2-doodad {
    position: relative; 
    z-index: 3;
  }
  .blue-doodad {
    display: none;
  }
  .green-doodad {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: 2;
}