.partner-image {
  position: relative;
}
.image-screener {
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgb(20, 20, 20), rgb(223, 223, 223));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.075;
}
#about-hero-image {
  height: 55vh;
  background: url(../ASSETS/Images/hero-image-3.jpg);
  background-position: center;
  background-size: cover;
}

#about-us-desc {
  background: var(--accent-color-muted);
  color: var(--dark-bg-color-1);
}
