/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 6/2026
 * ===========================
 */

body main.content .page-bounds .title-block {
  margin-bottom: 1.5rem;
  @media (min-width: 768px) {
    margin-bottom: 3rem;
  }
  .title-block__content {
    font-weight:600;
    color:#005d7a !important;
    @media (min-width: 768px) {
      padding-top:60px;
      padding-bottom:60px;
    }
    @media (min-width: 960px) {
      padding-top:60px;
      padding-bottom:60px;
    }
    &,
    &::before {
      @media (min-width: 960px) {
        background:none !important;
      }
    }
    img {
      max-width:400px;
      margin:0;
      filter: brightness(0) saturate(100%) invert(25%) sepia(29%) saturate(2643%) hue-rotate(161deg) brightness(100%) contrast(101%);
    }
  }
}