.review-text .box {
  padding: 30px 20px 20px; }
  .review-text .box .title {
    font-size: 20px; }
  .review-text .box .rating .fa-star path {
    fill: #f7c645; }
  .review-text .box .text {
    font-style: italic;
    line-height: 1.4; }
  .review-text .box .link {
    color: #e95c25; }
    .review-text .box .link:hover {
      text-decoration: underline !important; }
