/* Content-led imagery replaces the repeated sector capability-node illustrations. */
.industry-detail-value-image {
  display: block;
  overflow: hidden;
  background: #101113;
  color: inherit;
  font: inherit;
}

.industry-detail-value-image img {
  position: static;
  z-index: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
}

/* Let the existing healthcare and telecom image carry the hero without an overlay. */
.industry-healthcare-hero-image::before,
.industry-healthcare-hero-image::after {
  display: none;
}

.industry-healthcare-hero-image img {
  position: static;
  z-index: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
}
