.highlight-section {
    overflow: hidden!important;
}
.highlight-section::before {
  content: "";
  position: absolute;
  left: -75px;
  top: 50%;

  height: clamp(364px, 53.2vw, 780px);
  aspect-ratio: 908 / 1106;

  background-image: url("/wp-content/themes/astra-child/images/svg/globe.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  transform: translateY(-50%);
  transform-origin: center center;
  mix-blend-mode: multiply;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 1400px) {
  .highlight-section::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;

  height: clamp(364px, 53.2vw, 580px);
  aspect-ratio: 908 / 1106;

  background-image: url("/wp-content/themes/astra-child/images/svg/symbol-primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  transform: translateY(-50%);
  transform-origin: center center;
  mix-blend-mode: color-burn;
  z-index: 2;
  pointer-events: none;
  animation: rt-symbol-appear 0.5s ease-out 0.25s both;
}
}