.header-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7b2e45;
  opacity: 0.5;
  z-index: -1;
}