.quote-before svg, .quote-after svg {
    width: 40px;
    height: 40px;
    display: block;
}

.quote-text {
    display: inline;
    vertical-align: top;
    font-size: 18px;
    font-family: verdana;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.6em;
}

.quote {
    text-align: center;
}

.quote-after svg {
    float: right;
}