
.acorn-hero-g-blob-top {
  z-index: -10;
  position: absolute;
  top: -15%;
  left: -5%;
  height: 400px;
}

@media screen and (max-width: 1000px) {
  .acorn-hero-g-blob-top {
    display: none;
  }
}

.acorn-hero-g-blob-bottom {
  z-index: -10;
  position: absolute;
  top: 0;
  right: -10%;
  height: 350px;
}

@media screen and (max-width: 1000px) {
  .acorn-hero-g-blob-bottom {
    display: none;
  }
}