blockquote {
    padding: 30px 15px;
    margin: 30px 0;
    border: none;
    border-top: 3px solid #F5CD53;
    border-bottom: 3px solid #F5CD53;
    position: relative;
font-size: 1.2em;
    line-height: 1.4em;
    z-index: 1;
    font-weight: 700;
}

blockquote:before {
    content: '"';
    position: absolute;
    top: -30px;
    left: 30px;
    width: 70px;
    height: 60px;
    display: block;
    background: #fff;
    color:#F5CD53;
    text-align: center;
    font-size: 6em;
    font-style: normal;
    line-height: 1em;
    z-index: 5;
}
