.fa-star {
	font-size : 25px;
	padding-right: .25em;
}
.fa-star:hover {
	color: #28a9e0 !important;
	cursor: pointer;
}
.stPoor {
	padding-right: 0.25rem;
}
.con {
	display: flex;
	flex-wrap: nowrap;
   	justify-content: space-between;
   	align-items: center;
}
.container {
	background: #672b64;
	color: #ffffff;
	margin-top: 2rem;
	padding: .5rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-items: center;
	font-size: large;
	flex-wrap: wrap;
}
.ratingTitle {
	padding-right: 0;
}
@media screen and (min-width: 64em) {
.container {
	background: #672b64;
	color: #ffffff;
	margin-top: 5rem;
	padding: .5rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	align-items: center;
	font-size: large; }
.ratingTitle {
	padding-right: 1em; }
}