.hero-content {
  background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    ),
    url(/src/assets/images/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -25px;
}
