@media screen and (min-width: 768px) {
  .title-image { max-width:75%; margin:0;}
}
@media screen and (min-width: 960px) {
  .title-block__content {
    background:transparent;
    color:#00447c;
  }
  .title-block .page-title,
  .title-block .breadcrumbs,
  .title-block .breadcrumbs a,
  .title-block .sfContentBlock {
    color:#00447c;
    text-shadow:none;
  }
  .title-block .breadcrumbs a:hover,
  .title-block .breadcrumbs a:focus {
    color:#00447c;
  }
  .title-image {
    filter: brightness(0) invert(17%) sepia(52%) saturate(2947%) hue-rotate(190deg) brightness(96%) contrast(101%);
  }
}