blockquote {
    color: white;
    background-color: #32567B;
    padding: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    height: auto;
    border-left: 5px solid #EB452F;
}

blockquote:before {
    font-size: 4.0em;
    content: open-quote;
    position: absolute;
    left: 15px;
    top: 0;
}

blockquote:after {
    font-size: 4.0em;
    content: close-quote;
    position: absolute;
    right: 15px;
    bottom: 10;
}

