blockquote {
border:none;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:-30px;
position: relative; 
max-width: 400px; 
    margin: 0 auto; 
    padding-left: 0.4em; 
}


blockquote p:before { 
    content: "\201C";
    font-weight: bold;
    font-size:40px;
    color:#889c0b;
    position: absolute; 
    top: -0.1em;
    left: -0.3em; 
    font-family: 'Georgia'; 
} 
blockquote p:after { 
    content: "\201D";
    font-weight: bold;
    font-size:40px;
    color:#889c0b;
    position: absolute; 
    bottom: -0.5em;
    right: -0.1em; 
    font-family: 'Georgia'; 
}
.testi_content{
    min-height: 242px;
}