.news-card h3 {
    font-family: nyt-cheltenham, cheltenham-fallback-georgia, cheltenham-fallback-noto, georgia, 'times new roman', times, serif;
    font-size: 20px;
    line-height: 1.35;
    margin: .1rem 0 .4rem;
}

.news-card time {
    display: block;
    font-weight: 700;
    margin-bottom: .35rem;
    color: #ff7b00;
}

.news-card p {
    color: #f2f2f2;
    font-family: nyt-imperial, georgia, 'times new roman', times, serif;
    font-weight: 400;
    opacity: .9;
    margin: 0;
}

img.news-contents {
    max-width: 250px;
    margin-top: 15px;
    margin-left: 10px;
    max-height: 40vh;
}

.source-head h2 {
    letter-spacing: .02em;
    font-size: 20px;
}

.source-row {
    margin-block: var(--space-xl);
    display: inline-table;
}

section#row-right {
    padding-left: 35px;
}