#google-reviews-wrapper {
	background: #7c3d3f;
    color: #fff;
	padding: 3rem 0 4rem;
    margin: 0 0 3rem;
}

#google-reviews-wrapper	.slick-arrow::before {
	display: none;
}

#google-reviews-wrapper h2 {
    text-align: center;
    font-size: 2.5rem;
    margin: 0 0 3rem;
}

.review-item {
	display: flex !important;
	flex-direction: column-reverse;
	text-align: center;
	max-width: 75rem;
	padding: 0 80px;
	margin: 0 auto;
}

.review-author {
	font-size: 1.5rem;
}

.review-date {
	display: block;
	font-family: inherit;
	font-size: .85rem;
	margin: .25rem 0 0;
}

.review-stars {
	margin: 1rem 0; 0;
}

.review-stars ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
}

.review-stars li {
	margin: 0;
}

.review-stars .star {
    display: inline-block;
    color: #ffae00;
    margin: 0 .125rem;
}