.working-with-your-venue {
  padding: 3em 0;  
}

.working-with-your-venue .header{
  padding: 12em 0 0.09em 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/images/working-with-your-venue.jpg) center / cover no-repeat;
}

.header h1 {
  font-size: 3em;
  text-transform: uppercase;
}

.working-with-your-venue p {
  color: rgb(208, 208, 208);
}

@media (min-width: 992px) {

}