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

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

@media screen and (max-width: 800px) {
  .acorn-hero-h-blob {
    left: -20%;
    height: 100%;
    bottom: 0;
  }
}

.acorn-hero-h-image-wrapper {
  position: relative;
  height: 450px;
}

@media screen and (max-width: 1200px) {
  .acorn-hero-h-image-wrapper {
    height: 350px;
  }
}

@media screen and (max-width: 800px) {
  .acorn-hero-h-image-wrapper  {
    display: none;
  }
}

.acorn-hero-h-image {
  position: absolute;
  height: 90%;
  bottom: -5%;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .acorn-hero-h-image {
    left: -100px;
  }
}

.acorn-hero-h-image-blob {
  position: absolute;
  z-index: -10;
  top: 8%;
  left: 100px;
  height: 90%;
  transform: rotate(-40deg);
}

@media screen and (max-width: 1200px) {
  .acorn-hero-h-image-blob {
    left: 0;
  }
}

.acorn-hero-h-title {
  font: normal normal bold 54px/70px Signika;
  letter-spacing: 0px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .acorn-hero-h-title  {
    font: normal normal bold 30px/37px Signika;
  }
}

@media screen and (max-width: 800px) {
  .acorn-hero-h-title  {
    height: 250px;
    max-width: 400px;
  }
}

.acorn-hero-h-root {
  position: relative;
  height: 500px;
}

@media screen and (max-width: 1200px) {
  .acorn-hero-h-root {
    height: 400px;
  }
}

@media screen and (max-width: 800px) {
  .acorn-hero-h-root {
    height: 300px;
    padding: 30px;
  }
}

@media screen and (max-width: 800px) {
  .acorn-hero-h-bar {
    display: none;
  }
}

.acorn-hero-h-back {
  position: absolute;
  bottom: -80px;
  left: 20%;
}

@media screen and (max-width: 1023px) {
  .acorn-hero-h-back {
    position: absolute;
    bottom: -80px;
    left: 16%;
  }
}

@media screen and (max-width: 800px) {
  .acorn-hero-h-back {
    display: none;
  }
}

.acorn-hero-h-back-mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  .acorn-hero-h-back-mobile {
    display: inherit;
  }
}


.acorn-hero-h-back-button { 
  text-align: left;
  font: normal normal bold 18px/29px Signika;
  letter-spacing: 0px;
}