#primary.news > #secondary .post-thumbnail {
    margin: 1em 0 2.5em 0;
}

.entry-term {
    text-transform: uppercase;
    color: var(--color-primary-light);
}

.entry-excerpt {
    background-color: var(--color-off-white);
    padding: 0.75em 0;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.35;
    margin-bottom: 1rem;
}
