#google-reviews {
     margin-top:25px;
}
.review-item {
     margin-bottom:10px;
}
.review-stars ul {
     display: inline-block;
     list-style: none;
     margin-bottom:0;
     margin-top:8px;
     line-height:22px;
}
.review-stars ul li {
     float: left;
     margin-right: 0;
}
.review-stars ul li i {
     color: #E4B248;
     font-size: 20px;
     font-style:normal;
}
.review-stars ul li i.inactive {
     color: #c6c6c6;
}
.star:after {
     content: "\2605";
}
.review-date {
     padding-left:10px;
}
.review-meta {
     font-size:1.2rem;
     float:left;
     font-weight:bold;
}
.review-stars {
     /* float:left; */
     display:inline;
}
.review-text {
     clear:both;
}