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

.milestones-hero::before {
  background: linear-gradient(90deg, rgba(4, 19, 39, .96) 0%, rgba(5, 25, 49, .86) 45%, rgba(5, 27, 50, .40) 75%, rgba(5, 27, 50, .24) 100%);
  clip-path: none;
  inset: 0;
  z-index: 1;
}

.milestone-rings {
  opacity: .45;
  z-index: 1;
}

.journey-card {
  background: rgba(4, 22, 42, .64);
}

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

  .milestones-hero::before {
    background: linear-gradient(90deg, rgba(4, 19, 39, .97), rgba(5, 25, 48, .78));
    inset: 0;
  }
}
