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

.quality-hero::before {
  background: linear-gradient(90deg, rgba(5, 20, 40, .97) 0%, rgba(7, 27, 55, .9) 43%, rgba(7, 27, 55, .42) 70%, rgba(7, 27, 55, .26) 100%);
  clip-path: none;
  inset: 0;
  z-index: 1;
}

.quality-pattern {
  z-index: 1;
}

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

  .quality-hero::before {
    background: linear-gradient(180deg, rgba(5, 20, 40, .94) 0%, rgba(7, 27, 55, .82) 61%, rgba(7, 27, 55, .68) 100%);
    inset: 0;
  }
}
