/*
.richtext h2 {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
}
.richtext h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
}
 */
.richtext p {
    font-size: 0.875em;
    font-weight: 600;
}
.richtext > *:first-child {
    margin-top: 0;
}
.richtext > *:last-child {
    margin-bottom: 0;
}