/* Global text alignment for long-form copy */
p {
    text-align: justify;
    text-justify: inter-word;
    text-align-last: start;
}

.section-header-subtitle,
.hero-subtitle,
.post-excerpt,
.post-card-excerpt,
.post-content,
.entry-content,
.blog-hero-subtitle {
    text-align: justify;
    text-justify: inter-word;
    text-align-last: start;
}

.resources-card-actions{
    color: white;
}

.resources-cta-subtitle{
    text-align: center;
    text-align-last: unset;
}