/* ==========================================================================
    ABOUT PAGE CSS
========================================================================== */

/* What We Do */

.about h3 {
    line-height: 1.5;
}

/* Annual Report */

.report {
    padding: 2rem 0 0;
}
.report h2 {
    font-family: 'Merriweather', serif;
    border-left: none;
    padding-left: 0;
    padding-top: 0;
    margin: 1rem auto 3rem;
}
@media (min-width: 768px) {
    .report .img-l-25 {
        max-width: 15%;
    }
}