.card__title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 8px;
	/*! autoprefixer: off */
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -moz-box;
	/*! autoprefixer: on */
	overflow: hidden;
	max-height: 160px;
}