.green-circle-light {
  position: relative;
  background: var(--wp--preset--color--custom-caramel);
  overflow: hidden;
}
.green-circle-light::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -10%;
  width: 1100px;
  aspect-ratio: 1;
  background: rgba(212, 235, 211, 0.7411764706);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1700px) {
  .green-circle-light::before {
    left: -20%;
    width: 1000px;
  }
}
@media (max-width: 1500px) {
  .green-circle-light::before {
    left: -25%;
    width: 1000px;
  }
}
@media (max-width: 1200px) {
  .green-circle-light::before {
    left: -45%;
    width: 950px;
  }
}
@media (max-width: 1000px) {
  .green-circle-light::before {
    left: -55%;
    width: 950px;
  }
}
@media (max-width: 800px) {
  .green-circle-light::before {
    left: -65%;
    width: 950px;
  }
}
@media (max-width: 800px) {
  .green-circle-light::before {
    top: 55%;
    left: -51%;
    width: 685px;
  }
}