blockquote .person
{
    display: flex;
    justify-content: flex-end;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: unset;
}

blockquote span
{
    font-family: var(--font-roboto-slab);
    color: var(--gt-navy);
    font-weight: 300;
    line-height: 1.0em;
    font-size: 1.4rem;
    margin: 0.5rem 0 1rem 0;
}