blockquote.style-2 {
    margin: 35px 0;
    padding: 18px 28px;
    font-size: 17px;
    line-height: 1.45;
    border-radius: 4px;
    background: #e1e3e3;
}
blockquote.style-7 {
    margin: 34px 0 36px 1px;
    padding: 11px 95px 16px 35px;
    border-left: 4px solid #59744e;
    overflow: hidden;
    font-family: Roboto-Medium,Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 1.45;
}
@media (min-width:768px){
    .caption.left {
        float: left;
        margin-right: 5%;
        max-width: 43%;
        color: #818181;
        font-family: Roboto-Light,Helvetica,Arial,sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 1.4;
    }

    .caption.right {
        float: right;
        margin-left: 5%;
        max-width: 43%;
        color: #818181;
        font-family: Roboto-Light,Helvetica,Arial,sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 1.4;
    }
}