.title-block__content {background:rgba(255, 255, 255, 0.0);}
.title-block .page-title, .title-block__content {color:#00447C;}
.title-block::after {  content:"";
  background:url(https://www.ifebp.org/images/default-source/site-images/education---events/banners/advanted-pensions-certificate.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:right top;
  position:absolute;
  width:calc(100% - 48px);
  max-width:1280px;
  height:calc(100% + 3rem);
  top:-1em;
  left:50%;
  transform:translate(-50%, 0);}

@media screen and (max-width:768px) {
  .title-block::after {
    width:calc(100% - 96px);
  }  
 
}

@media screen and (max-width:768px) {
   .title-block__content {background:rgba(0, 68, 124, 0.7);}
   .title-block .page-title, .title-block__content {color:white;}
  
}