/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 1/2024
 * ===========================
 */

 .title-block__background::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background-color:#00447c;
  opacity:.5;
  z-index:1;
}
main h2, main h3, main h4 { 
  padding:3rem 0 1rem;
}
main h2 + h3 { 
  padding-top:0;
}
p.note {
  margin-top:1rem;
}
.infographic-box {
  background-color:rgba(204,218,229,.5);
  border:5px solid #00447c;
  border-radius: 20px;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  font-weight:bold;
  text-align:center;
  padding:1rem;
}
.infographic-box p {  
  margin:0;
}
.infographic-box .label {
  font-size:1.75rem;
  line-height:1.2;
}
.infographic-box .number {
  font-size:3rem;
  line-height:1;
  color:#00447c;
}
@media screen and (min-width:1200px) {
  .infographic-box {
    padding:2rem;
  }
  .infographic-box .label {
    font-size:2.5rem;
  }
  .infographic-box .number {
    font-size:6rem;
  }
}