.review-list {
    margin: 30px -20px;
}
.review-list > div {
    padding-left: 35px;
    padding-right: 35px;
}
.review-list-item {
    border-top: 1px solid #cbcbcb;
    padding: 50px 0;
    line-height: 1.4;
}
.review-list > div:first-child > .review-list-item {
    border-top: none;
}
.review-list-author {
    font-size: 16px;
    font-family: "Open Sans";
    text-align: right;
    margin-top: 25px;
    font-weight: 600;
}
/*.review-list-text {
    max-height: 226px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}
.review-list-text.expand {
    max-height: 1000px;
}*/
.review-list-text + .link-blue {
    margin-top: 20px;
    display: block;
}
.review-img img {
    max-width: 100%;
}







