.title-block__content {background:none; color:#white;}
.title-image {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4435%) hue-rotate(123deg) brightness(101%) contrast(103%);}

.title-block__content img { max-width:90%; margin:0; }
@media screen and (min-width: 550px) {
   .title-block__content img { max-width:70%; }
}
@media screen and (min-width: 960px) {
  .title-block__content img { max-width:650px; }

/*
.title-block::before {background:linear-gradient(90deg, rgba(20,94,107,1) 0%, rgba(0,0,0,0) 64%); content:""; position:absolute; width:100%; height:100%; z-index:1; position:absolute;}

@media (max-width: 768px) {
  .title-block::before {background:rgba(20,94,107,.5);}
}
*/