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

.title-block::before {
  content:"";
  background:rgba(0, 68, 124, 0.7);
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
}
.title-block__content {
  background:none;
}