blockquote {
    font-size: 1.2em;
    margin: 40px auto;
    padding: 20px;
    position: relative;
    width: 80%;
}

blockquote:before, blockquote:after {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 50px;
    color: #f1c40f;
}

blockquote:before {
    content: "\f10d";
    top: -20px;
    left: 0;
}

blockquote:after {
    content: "\f10e";
    bottom: -20px;
    right: 0;
}

blockquote p {
    font-style: italic;
    text-align: center;
}

blockquote cite {
    display: block;
    font-style: normal;
    text-align: right;
    font-weight: bold;
    color: #888;
}
