.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: none; 
    border-radius:0; 
    color:#141240;
  }
  .title-image { 
    max-width:630px; 
    filter: brightness(0) saturate(100%) invert(5%) sepia(77%) saturate(3112%) hue-rotate(239deg) brightness(100%) contrast(98%); 
  }
}