.cw-featured {
  position: relative;
  margin-top: 270px; /* margin-top: 30px (240 behind absolute image */
  margin-bottom: 30px;
}

.featured-pageheader {
  position: absolute;
  left: 0;
  right: 0;
  top: -240px;
  height: 340px;
  background-position: center;
  background-size: cover;
}

.pageheader-content {
  position: relative;
  padding: 2% 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  color: #ffffff;
}
