/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 3/2025
 * ===========================
 */

.title-block .title-block__content,
.title-block .title-block__content::before {
  background: rgba(255, 255, 255, 0.6);
}
.title-block .title-block__content {
  color:#00447c;
}
@media (min-width: 960px) {
  .title-block .title-block__content {
    border-radius: 0;
    max-width: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.title-block .title-block__content .title-image { 
  max-width:620px; 
  margin-left:0; 
}