Use the bw_jq shortcode with the pullquote script to display some of your text as a pull quote.
Example
[bw_jq span.pq pullquote] Some interesting stuff <span class=pq>This text will appear in a pull quote</span> some more interesting stuff.
Some interesting stuff.
This will appear in a pull quotesome more interesting stuff.
Styling the pullquote text.
span.pullquote { float: right;
font-size: 200%;
width: 50%;
display:block;
background-color: #eeeeee;
margin: 2rem;
padding: 1rem;
text-align: center;
}