.quote-hero {
  isolation: isolate;
}

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

.quote-hero::after {
  background: linear-gradient(90deg, rgba(5, 20, 40, .97) 0%, rgba(7, 26, 52, .9) 45%, rgba(7, 26, 52, .5) 72%, rgba(7, 26, 52, .32) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.quote-hero .contact-hero-pattern {
  z-index: 0;
}

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

  .quote-hero::after {
    background: linear-gradient(180deg, rgba(5, 20, 40, .95) 0%, rgba(7, 26, 52, .84) 58%, rgba(7, 26, 52, .72) 100%);
  }
}
