.exhibitions_banner img,
.recipe_img img {
	width: 100%;
}
.recipe_content {
	padding-top: 20px;
	padding-bottom: 40px;
}
.recipe {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 12px;
	box-shadow: 2px 3px 13px 0 rgba(0,0,0,0.2);
}
.recipe > a {
	display: block;
}
.recipe:last-child {
	margin-bottom: 0;
}
.recipe_text {
	padding: 15px;
	font-size: 18px;
	color: #333;
}