.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;
}

.el-menucard__price p{
	margin-bottom: 5px;
}


/*------------------------------------*\
  #Mobilversion
\*------------------------------------*/

@media only screen and (max-width : 767px) {
	
	.el-menucard{
		border-bottom: 1px solid #83795f;
	}
}
