.flex_content .quote_layout blockquote{
    position: relative;
    color: var(--sdv-blauw);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.15;
    padding-left: 36px;
}

.flex_content .quote_layout blockquote::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--sdv-groen);
}


@media screen and (max-width: 767px){
    .flex_content .quote_layout blockquote{
        font-size: 22px;
    }
}