
.acorn-hero-e-root {
  position: relative;
  background: rgb(35, 219, 167, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 515px;
}

@media screen and (max-width: 600px) {
  .acorn-hero-e-root {
    height: fit-content;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


.acorn-hero-e-internal-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  max-width: 1500px;
}

.acorn-hero-e-title {
  text-align: left;
  font: normal normal bold 64px/76px Signika;
  letter-spacing: 0px;
  color: #16252D;
}

.acorn-hero-e-text {
  width: 55%;
}

.acorn-hero-e-description {
  font: normal normal 300 25px/34px Signika;
  letter-spacing: 0px;
  color: #16252D;
}

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

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

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

.acorn-hero-e-image-wrapper {
  position: absolute;
  height: 450px;
  width: 30%;
  right: 10%;
}

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

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

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

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

.acorn-hero-e-image-blob {
  position: absolute;
  z-index: -10;
  left: 0;
  top: 14%;
  height: 90%;
  transform: rotate(-40deg);
  color: #23dba7;
}

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

.acorn-hero-e-blobAndDots {
  position: absolute;
  left: -8%;
  bottom: -13%;
  width: 20%;
  max-width: 200px;
  z-index: -10;
}