.front-content > .wp-block-cover:first-child {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.front-content > .wp-block-cover:first-child::before,
.front-content > .wp-block-cover:first-child::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.front-content > .wp-block-cover:first-child::before {
  width: min(38vw, 480px);
  aspect-ratio: 1;
  right: -4vw;
  top: 12%;
  background: rgba(255, 255, 255, .52);
  border: 1px solid rgba(37, 95, 80, .18);
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .16);
}

.front-content > .wp-block-cover:first-child::after {
  width: 20px;
  height: 20px;
  right: 12%;
  top: 34%;
  background: #b65336;
  box-shadow: 0 0 0 13px rgba(182, 83, 54, .12);
}

.front-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  width: min(760px, 68%);
}

.front-content > .wp-block-group .wp-block-columns {
  gap: 22px;
  margin-top: 34px;
}

.front-content > .wp-block-group .wp-block-column {
  padding: 26px;
  border: 1px solid rgba(37, 95, 80, .15);
  border-radius: 20px;
  background: rgba(255, 253, 249, .76);
}

@media (max-width: 800px) {
  .front-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
    width: 100%;
  }
  .front-content > .wp-block-cover:first-child::before {
    width: 340px;
    right: -180px;
    top: 48%;
    opacity: .55;
  }
  .front-content > .wp-block-cover:first-child::after {
    display: none;
  }
}
