.title-block__content {background:none; color:#00447C;}
.title-block .page-title {color:#00447C;}
.title-block__content a, .title-block__content a:visited {color:#707070;}
.title-block__content a:hover,
.title-block__content a:focus,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus {color:#444;}

  @media screen and (max-width:768px) {
     .title-block::before {content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background:rgba(255,255,255,.8);}
  }