.landing-height {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.circle-landing {
  width: 650px;
  height: 650px;
  background-color: #45a29e;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -325px;
  right: -355px;
}

.yellow-circle {
  border-radius: 50%;
  position: absolute;
  background-color: #45a29d6c;
  width: 300px;
  height: 300px;
  z-index: -1;
  bottom: 0px;
  left: -150px;
}

.text-container {
  padding: 15px;
}
