/*Custom*/
blockquote:after {     content: "";     width: 55px;     height: 40px;     background: url(../images/blockquote.png);     position: absolute;     left: -25px;     top: -15px; display:none !important; }

blockquote {
    font-size: 17px;
    line-height: 31px;
    font-family: Patua One;
    display: block;
    height: auto;
    margin: 0 0 35px 25px;
    top: 15px;
    position: relative;
    background: initial !important;
}