.benefits-section {
  position: relative;
  isolation: isolate;
  overflow: hidden!important;
}
.benefits-section::before {
  content: "";
  position: absolute;
  right: -75px;
  top: 38%;

  height: clamp(364px, 53.2vw, 680px);
  aspect-ratio: 908 / 1106;

  background-image: url("/wp-content/themes/astra-child/images/svg/symbol-secondary.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transform-origin: center center;
  mix-blend-mode: color-burn;
  pointer-events: none;
}
.benefit-kachel {
  background: linear-gradient(
    to top right,
    #ffffff 0%,
    #ffffff 70%,
    #cccccc 100%
  )!important;
  outline: 1px solid #fff;
  border-radius: 8px;
  padding: 24px;
}
.benefit-kachel-headline {
  font-family: "Sora", sans-serif;
  margin-bottom: 12px;
  font-weight: 800!important;
}
.benefit-kachel-content {
  /* font-size: var(--fs-content-benefit)!important; */
}
.benefit-clip {
    width: 80px!important;
    aspect-ratio: 1/1;
}

@media (min-width: 977px) {
  .benefits-section {
    padding: 140px auto!important;
  }
  .benefits-section > div > *:nth-child(2n) {
    top: 32px;
  }
}
@media (min-width: 1300px) {
  .link-kachel {
    padding: 32px;
  }
  .home .benefits-section {
    margin-top: -100px;
  }
}
