.pullquote blockquote {
    font-family: 'Postoni';
    font-size: var(--font-size-medium-variant-three);
    text-indent: -1rem;
}

.pullquote blockquote cite {
    text-indent: 0;
    font-style: normal;
    font-family: 'Franklin';
    font-weight: var(--font-weight-light);
}

.pullquote blockquote:before {
    display: none;
}