:root {
  --opacityamt: .7;
}

.title-block__background::before {
  background-color:transparent;
}
.title-block__content { 
  color:white;
  
  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;
  filter:brightness(0) invert(100%);
}