.safety-hero {
  background-image: linear-gradient(
      to right bottom,
      rgba(28, 29, 28, 0.8),
      rgba(28, 29, 28, 0.8)
    ),
    url("/images/portfolio/xyz-pf-012.jpg");
  height: 45vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
