.title-image { 
  max-width:500px; 
  margin:0; 
  filter: brightness(0) saturate(100%) invert(96%) sepia(72%) saturate(0%) hue-rotate(5deg) brightness(114%) contrast(101%);
}
@media (min-width: 960px) {
  .title-block__content { 
    background: linear-gradient(to right, hsla(0,0%,100%,0.5) 0%,hsla(0,0%,100%,0) 100%); 
    border-radius:0; 
    color:#141240;
    &::before {
      background:hsla(0,0%,100%,0.5);
    }
  }
  .title-image { 
    max-width:670px; 
    filter: brightness(0) saturate(100%) invert(5%) sepia(77%) saturate(3112%) hue-rotate(239deg) brightness(100%) contrast(98%); 
  }
}