.content_header_pic_wrapper{
  text-align: center;
  margin-bottom: 3%;
  position: relative;
}

.content_header_pic_wrapper .page-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  text-shadow: 1px 1px 1px black, 0 0 1em #000
}



.content_header_pic_wrapper img{
  max-height: 240px;
  width: 100%;
}


@media (max-width: 992px){
  .content_header_pic_wrapper .page-title{
    font-size: 22px;
  }
}

