:root {
  --opacityamt: .7;
}

.title-block__background::before {
  background-color:transparent;
}
.title-block__content { 
  color:white;
  background-color:rgba(0,68,125,.5);
  border-radius:0;
  width:fit-content;
  @media screen and (min-width:960px) {
    max-width: 100vw;  }
 
}
.title-block__content .title-image { 
  max-width:500px;
  margin:0;
}