.rich-text-blocks p{
    font-family: var(--font-cummuter-sans);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
}
.rich-text-blocks .enlarge-text p{
    font-size: var(--font-size-28);
}
.rich-text-blocks .page-width--narrow{
    max-width: 1020px;
}
@media only screen and (max-width: 767px){
    .rich-text-blocks .enlarge-text p{
        font-size: var(--font-size-20);
    }
}