.review .list .item {
	border-radius: 20px;
	background: #393939;
	padding: 25px;
	font-size: 20px;
	margin-bottom: 30px;
}
.review .list .item .top {
	color: #7C7C7C;
	margin-bottom: 20px;
}
.review .list .item .top span {
	margin: 0 10px;
}




@media screen and (max-width: 1024px) {
	.review .list .item {
		font-size: 14px;
		border-radius: 10px;
	}

}
@media screen and (max-width: 480px) {
}