.paragraph--type--blockquote{
    border-left: 1px solid #000;
    padding: 5px 0 5px 10px;
    display: flex;
    align-items: center;
    max-width: 90%;
    margin: 0 20px 10px 20px;
}

.paragraph--type--blockquote:before{
    content: open-quote;
    font-size: 5em;
    font-weight: bold;
}

.paragraph--type--blockquote:after{
    content: close-quote;
    font-size: 5em;
    font-weight: bold;
}

blockquote{
    padding: 0 10px;
    margin: 0!important;
}