.el-menucard {
	background: white;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	padding: 15px;
}

.el-menucard__title{
	font-size: 18px;
	line-height: 1.38;
	margin-bottom: 10px;
}

.el-menucard__text {
	font-size: 12px;
	line-height: 1.75;
	margin-bottom: 10px;
}

.el-menucard__price {
	font-size: 14px;
	text-align: right;	
}