.title-image { max-width:73%; margin:0;}
.title-block__content {text-shadow:none; background:none;}
@media (max-width: 1268px) {
  .title-image {max-width:100%;}
}

.title-block .title-image-burst { 
  display:inline-block;  
  background-color: #E27508;
  color:white;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1.3rem;
  line-height:1.1;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  padding:6px .75rem;
  border-radius: 10px 0 10px 0;
  margin:0 0 1rem;
}
.title-block::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:block;
  background: rgba(6, 82, 157, .65);
}