pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
    background: #edf2f4;
    border-left: 4px solid #58a5c9;
}

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

h2,.h2 {
        font-size:2rem;
        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;
	
}

h3,.h3 {
    font-size: calc(1.3rem + 0.6vw);
    margin-top: 35px;
    margin-bottom: 20px;
    background: url(/sites/default/files/2024-12/h3.svg) left 20px no-repeat;
    padding: 0 0 0px 17px;
    background-size: 10px;
    line-height: 1.2;
    /* background-size: 0.8em 0.8em; */
}

h5,.h5 {
    font-size: 1.25rem;
    background: url(/sites/default/files/2024-12/circle-right-blue.svg) no-repeat left 10px;
    background-size: 11px 11px;
    padding-left: 20px;
    margin: 3px 0;
    line-height: 1.5;
}