.smbb__header__text .section__text {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin-bottom: 35px;
}
.quote{
/*    font-family: 'HelveticaNeueCyrR',sans-serif;*/
    font-size: 20px;
    line-height: 29px;
    color: #808080;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #f47a20;
    margin-bottom: 50px;
}
@media screen and (max-width: 980px){
    .quote {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 30px;
    }
}
