h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Source Sans Pro",sans-serif;
    font-style: normal;
    color: #00274C;
    text-rendering: optimizeLegibility;
}


h1 {
    font-size: 3em;
    margin: 0.67em 0;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: .75em;
    text-align: center;
    font-weight: 400;
}

    h1:after {
        content: '';
        display: block;
        width: 85%;
        border-bottom: 10px solid #FFCB05;
        text-align: center;
        margin-top: -.2em;
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (min-width: 48em) {
    h1 {
        font-size: 3.33333rem;
    }
}

h2 {
    font-weight: 300;
    font-size: 2.44444rem;
    margin-bottom: .5em;
}

    h2::after {
        content: '';
        display: block;
        width: 1.4em;
        border-bottom: solid 1px #218014;
        left: 0;
        bottom: 0;
        margin-top: .25em;
    }
