.working-hero {
  position: relative;
  overflow: hidden;
  border-top: 2px solid transparent;
  border-image: linear-gradient(
    to right,
    rgba(209,183,122,0),
    rgba(209,183,122,0.85),
    rgba(209,183,122,0)
  );
  border-image-slice: 1;
}

.working-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.05));
  pointer-events: none;
}

.working-hero .page-hero-inner {
  position: relative;
  z-index: 1;
}
.working-hero .page-hero-inner::after {
  content: none;
}