h1 {
    font-size: 2.6rem;
    border-bottom: 5px solid #ebebeb;
    color: #666;
    line-height: 1.3;
    padding: 0 0 10px 0;
    margin: 40px 0
}

h2 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #0e0e0e;
    line-height: 1.2;
    border-bottom: solid 4px #004386;
    padding: 5px 0 7px;
    margin: 50px 0 25px 0;
    background: url(/sites/default/files/2024-12/gears-aqua.svg) no-repeat left center;
    background-size: 31px 31px;
    padding-left: 40px
}


