.about-image-hero {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #071827;
  border-radius: 0;
  box-shadow: none;
}

.about-image-hero::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(7, 24, 39, 0.16), rgba(7, 24, 39, 0));
  content: "";
  pointer-events: none;
}

.about-image-hero__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  filter: saturate(0.94) contrast(0.97) brightness(0.98);
}

@media (max-width: 767px) {
  .about-image-hero::before {
    height: 72px;
  }
}
