
.primary-service__content-outer-wrapper {
  position: relative;
}


.primary-service__content-deco {
  position: absolute;
  top: calc(-1.2 * var(--space-l));
  left: calc(-1 * var(--space-l));
  z-index: 1;
  pointer-events: none;
  height: var(--width-s);
  width: auto;
}



.primary-service__content-deco path {
  fill: var(--secondary);
}