.preview-project-reviews {
	max-width: 430px;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	padding: 15px 25px 15px 40px;
	background: rgba(245, 243, 242, 0.5);
}
@media screen and (max-width: 768px) {
	.preview-project-reviews {
		max-width: none;
		width: 100%;
   }
}
.preview-project-reviews__top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.preview-project-reviews__image {
	height: 65px;
	width: 65px;
	margin-right: 15px;
	border-radius: 50%;
}
.preview-project-reviews__nickname {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: black;
}
.preview-project-reviews__text {
	overflow: hidden;
	display: -webkit-box;
	margin-top: 0;
	margin-bottom: 10px;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 20px;
	color: black;
}
.preview-project-reviews__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.preview-project-reviews__link {
	font-size: 14px;
	line-height: 20px;
	color: #555;
}
.preview-project-reviews__date {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
.preview-project-reviews-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
