
.acorn-thank-you-root {
  position: relative;
  overflow: hidden;
  padding: 10%;
  background: rgb(35, 219, 167, 0.1);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.acorn-thank-you-internal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1500px;
}

.acorn-thank-you-text {
  max-width: 45%;
}

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

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

.acorn-thank-you-svg {
  top: 0;
  right: -8%;
  position: absolute;
  max-height: 900px;
  width: 70%;
  top: 5%;
}

.acorn-thank-you-text-title-wrapper {
  position: relative;
  width: max-content;
}

.acorn-thank-you-florish-svg {
 position: absolute;
 right: -25px;
 height: 40px;
 top: -10px;
}

