
#sp-page-title .sp-page-title {
  position: relative;
  padding: 50px 0;
}
#sp-page-title .sp-page-title h3 {
  font-size: 40px;
  font-weight: 400;
  margin-top: 9px;
  text-transform: uppercase;
}
#sp-page-title .sp-page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(29,29,29,0.65);
}