.erev {
	position: relative;
	box-sizing: border-box;
	padding: 33px 26px;
	width: calc((100% - 80px) / 3);
	background-color: white;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.erev h3 {
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 26px;
}

.rat_feed {
	display: flex;
	align-content: center;
	justify-content: flex-end;
	flex: 0 0 100px;
}

.review_title {
	margin-bottom: 5px;
}

.erev span {
	font-size: 14px;
	line-height: 17px;
	color: #BFBFBF;
	position: absolute;
	bottom: 17px;
	right: 25px;
}

.sectionlistreviews {
	padding: 75px 0;
}

.sectionlistreviews .container {
	display: block;
}

.sectionlistreviews .erev {
	float: left;
	margin-bottom: 30px;
	width: calc(33.33% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

.sectionlistreviews .erev:nth-child(3n+4) {
	clear: both;
}

@media (max-width: 767px) {
	.sectionlistreviews .erev {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
