.review-stars ul {
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 12px;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}
#google-reviews {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.review-item {
    padding: 20px;
    height: 180px;
    width: 27%;
    background-color: rgb(247, 247, 247);
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url('../images/google.png');
    background-position: 10% 20%;
    background-size: 10%;
    background-repeat: no-repeat;

}
.review-date {
    display: block;
    font-size: 0.5em;
    font-family: "Italic";
}
.review-author {
    font-size: 1.2em;
    font-family: "Bold";
}
.review-text {
    font-size: 1.1em;
    width: 70%;
    margin: auto;
}
