p.pull-quote-text-only,
p.pull-quote-text {
    font-size: 3.6rem;
    line-height: 140%;
    font-weight: 300;
    color: #888;
    text-align: center;
    display: inline-block;
}
p.pull-quote-text-only {
    margin: 6rem 0;
    padding: 4rem 2rem;
    border: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

p.pull-quote-text {
    margin: 6rem 0 0;
    padding: 4rem 2rem;
    border: 0;
    border-top: 1px solid #CCC;
}

p.pull-quote-text-only::before, 
p.pull-quote-text::before {
    color: #888;
    content: "\201C";
    display: inline;
    font-size: 3.8rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 0.2rem;
}
p.pull-quote-text-only::after,
p.pull-quote-text::after {
    color: #888;
    content: "\201D";
    display: inline;
    font-size: 3.8rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0.2rem;
}

p.pull-quote-attribution {
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 300;
    color: #888;
    text-align: right;
    display: inline-block;
    margin: 0 0 6rem;
    padding: 0 8rem 4rem;
    border: 0;
    border-bottom: 1px solid #CCC;
}

p.pull-quote-attribution::before {
    color: #888;
    content: "–";
    display: inline;
    font-size: 1.8rem;
    font-family: Arial, Helvetica, sans-serif;
}