.acorn-hero-d-blob {
  position: absolute;
  z-index: -10;
  bottom: -10%;
  left: -15%;
  height: 100%;
  transform: rotate(-100deg);
}

@media screen and (max-width: 1200px) {
  .acorn-hero-d-blob {
    left: -25%;
  }
}
