.block.quote {
    margin: 30px 0;
}
.block.quote .col-lg-10{
    border-top: 2px solid var(--Johannes-50, #CDDCDF);
    border-bottom: 2px solid var(--Johannes-50, #CDDCDF);
    padding: 20px 0;
}
.block.quote img{
    margin-bottom: 20px;
    width: 26px;
    height: 17px;
}
.block.quote .content{
    color: #466435;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}
.block.quote .name{
    color: #000;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
}