#form-review {
	width: 100%;
    max-width: 690px;
    margin: 80px auto;
}
#form-review h3 {
	font-weight: 800;
    font-size: 48px;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}
h1 {
	font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #222;
    margin-bottom: 30px;
}
.review-body {
	border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 15px;
}
.review-body p {
	font-size: 15px;
    font-weight: 500;
}
.review-body p + p {
	margin-bottom: 0;
    font-weight: 600;
    margin-top: 25px;
}
.review-body .text-right {
	font-size: 13px;
}
@media (max-width: 991px) {
	.review-body .text-right {
		text-align: left !important;
	}
	.review-body .rating {
		margin-top: 10px;
	}
	#form-review h3 {
		font-size: 30px;
	}
}