.risk-hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 52%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.risk-hero::before {
  background: linear-gradient(90deg, rgba(5, 18, 38, .97) 0%, rgba(7, 24, 47, .91) 43%, rgba(7, 24, 47, .46) 70%, rgba(7, 24, 47, .28) 100%);
  clip-path: none;
  inset: 0;
  z-index: 1;
}

.risk-grid-lines {
  z-index: 1;
}

@media (max-width: 760px) {
  .risk-hero-image {
    object-position: 62% center;
  }

  .risk-hero::before {
    background: linear-gradient(180deg, rgba(5, 18, 38, .95) 0%, rgba(7, 24, 47, .84) 61%, rgba(7, 24, 47, .7) 100%);
    inset: 0;
  }
}
