.wellbeing-pages.page-heading{
  display: flex;
  align-items: flex-end;    /* vertical alignment: bottom */
  justify-content: flex-start; /* horizontal alignment: left */
  padding-left: 20px;            /* space from edges */
  background-size: cover;
  height: 500px;
}

.wellbeing-pages .page-heading__inner{
  margin: 0;
  background-color: #f0f1f3;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: min-content;
}

.wellbeing-pages .page-heading__header {
  color: black;
  font-weight:700;
  font-size: 48px;
  text-transform:uppercase;
  padding:0;
}

.wellbeing-pages .page-heading__byline {
    /* content: "• Wellbeing Tips"; */
    display: block;
    width: 100%;
    height: 4px;
    font-weight: 400;
    font-size: 20px;
    background-color: #f0f1f3;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 20px;
}

.wellbeing-pages .designed-tile__subheading {
  margin-top: 3em;
}

.wellbeing-pages .designed-tile__heading, 
.wellbeing-pages .designed-tile__subheading {
font-size: 24px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.wellbeing-pages .designed-tile__main {
-ms-flex: 1;
flex: 1;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
text-transform: uppercase;
padding: 20px;
position: relative;
border-radius: 0.5em;
/* border-bottom-left-radius: 0; */
/* border-bottom-right-radius: 0; */
}