.operator-profile::before {
  content: "";
  position: absolute;
  inset: 0 0 0 45%;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 62%,
      rgba(17, 19, 15, 0.2) 78%,
      rgba(17, 19, 15, 0.78) 100%
    ),
    url("/daniel-operator-portrait-v2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 55% -10px;
  background-size: 100% 100%, auto 146%;
  opacity: 0.86;
  filter: contrast(1.02) brightness(0.94);
  transform: translateX(clamp(100px, 10vw, 200px));
}

.companies-heading > p {
  display: none;
}

@media (max-width: 820px) {
  .operator-profile::before {
    inset: 0 0 0 42%;
    opacity: 0.52;
    background-position: 0 0, 50% 0;
    background-size: 100% 100%, auto 115%;
    transform: none;
  }
}

@media (max-width: 600px) {
  .operator-profile::before {
    inset: 0 -35% 0 18%;
    opacity: 0.24;
    background-position: 0 0, 55% top;
    background-size: 100% 100%, auto 100%;
  }
}
