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

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;
  }
}
.title-block {
  position:relative;
}
.title-block::before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(255, 255, 255, 0.8);
  z-index:1;
}
.title-block::after {
  content:"";
  position:absolute;
  height:350px;
  width:calc(100% - 96px);  
  padding:0 24px;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background:url(https://www.ifebp.org/images/wellnesslibraries/site-images/logos/7-benchmarks.svg);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center right;
}
.title-block__content,
.title-block__content::before {
  background:none !important;
}
@media screen and (min-width:768px) {
  .title-block::after {
    width:calc(100% - 192px);  
    padding:0 48px;
  }
}
@media screen and (min-width:1200px){
  .title-block__content {
    width:65%;
  }
  .title-block::before {
    background: none;
  }
}
@media screen and (min-width:1376px) {
  .title-block::after {
    max-width:1280px;
    width:100%;  
    padding:0;
  }
}