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

body main.content .page-bounds .title-block {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  body main.content .page-bounds .title-block {
    margin-bottom: 3rem;
  }
}
body main.content .page-bounds .title-block .title-block__content {
  color:#00447c;
  font-weight:600;
}
body main.content .page-bounds .title-block .title-block__content .title-image { 
  max-width:620px; 
  margin-left:0; 
}