div.text-card {
    max-width: var(--content-width);
    margin-bottom: 0.5em;
}

div.text-card > h1 {
    font-size: 1.3em;
}

div.text-card > p, div.text-card > p + h1 {
    margin-top: 0.5em;
}

div.text-card > p + p {
    text-indent: 1em;
}