/* Image Caption */
figcaption,
.wp-block-image figcaption,
.image-caption {
    font-size: 1.3rem;
    line-height: 1.2;
    color: var(--highlight-color-alt);
}

.wp-block-image figcaption {
    margin-top: 1.5rem;
    margin-bottom: var(--df-margin-unit);
}

@media (max-width: 992px) {

    figcaption,
    .wp-block-image figcaption,
    .image-caption {
        font-size: 1.5rem;
    }
}