.global-richtext p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: black;
}

.global-richtext>*:first-child {
    margin-top: 0;
}

.global-richtext>*:last-child {
    margin-bottom: 0;
}

.global-richtext strong {
    font-weight: 700;
}