body[data-page-family]:not(.home-page) main .process-feature-card > picture {
  grid-row: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  overflow: hidden;
}

body[data-page-family]:not(.home-page) main .process-feature-card > picture img {
  position: relative !important;
  inset: auto !important;
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 290px;
  object-fit: cover;
  object-position: 50% 54%;
  filter: saturate(.96) contrast(1.025) !important;
  transform: scale(1.001) !important;
}

@media (max-width: 820px) {
  body[data-page-family]:not(.home-page) main .process-feature-card > picture,
  body[data-page-family]:not(.home-page) main .process-feature-card > picture img {
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .industry-startup-launches-hero picture:nth-child(1) .hero-slide {
    object-position: 68% 50%;
  }

  .industry-startup-launches-hero picture:nth-child(2) .hero-slide {
    object-position: 75% 50%;
  }

  .industry-startup-launches-hero picture:nth-child(3) .hero-slide {
    object-position: 75% 50%;
  }
}
