blockquote {
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    position: relative;
}

blockquote:before {
    display: block;
    padding-left: 0.5rem;
    content: "\201C";
    font-size: 5rem;
    position: absolute;
    left: -1.25rem;
    top: -1.25rem;
}

blockquote cite {
    font-size: 1rem;
    display: block;
    margin-top: 0.5rem;
}

blockquote cite:before {
    content: "\2014 \2009";
}