.quote_content_block .quote {
    position: relative;
    margin-top: 5em;
}
.quote_content_block .quote:before{
    content: "";
    position: absolute;
    background: url(../../assets/img/quotes.svg);
    width: 64px;
    height: 51px;
    top: -25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.quote_content_block .quote_content {
    margin-left: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 2px solid #CCC;
    color: #000;
    font-size: 2.95em;
    line-height: 1em;
    letter-spacing: -0.01em;
    font-weight: 500;
    text-transform: uppercase;
}
.quote_content_block .quote_content {
    font-size: 2em;
}