.hero-section {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section::before {
  content: "";
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
}
