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

.title-block__content { 
  background: rgba(255,255,255,0.4); 
  color:#00447c;
}
.title-block__content img { margin:0; }
@media screen and (min-width: 550px) {
  .title-block__content { background:none; }
  .title-block__content img { max-width:70%; }
}
@media screen and (min-width: 960px) {
  .title-block__content img { max-width:700px; }
}