.blog-blockquote-block .blockquote-wrapper .content .quote-content {
    padding-left: 27px;
    position: relative;
}
.blog-blockquote-block .blockquote-wrapper .content .quote-content:before {
    content: '';
    width: 3px;
    height: calc(100% - 7px);
    background-color: var(--brand-orange);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
