.page-detail:not(.page-insight-detail) figcaption,
.page-detail:not(.page-insight-detail) figcaption a {
    color: var(--Grey, #747474);
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
}

/* News uses black heading color in single-post body content. */
.page-detail:not(.page-insight-detail) .description p.single-post-body-copy b,
.page-detail:not(.page-insight-detail) .description p.single-post-body-copy strong,
.page-detail:not(.page-insight-detail) .description p.single-post-body-copy.single-post-heading,
.page-detail:not(.page-insight-detail) .description p.single-post-body-copy.single-post-heading *,
.page-detail:not(.page-insight-detail) .description p.single-post-body-copy.single-post-heading span {
    color: #000000 !important;
}

@media screen and (max-width: 390px) {
    .page-detail:not(.page-insight-detail) figcaption,
    .page-detail:not(.page-insight-detail) figcaption a {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.36px;
    }
}
