.featured-recipes-bound {
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
}
.featured-recipes-content {
	overflow:hidden;
}
.recipes-first {
	width:66.666666666%;
	float:left;
}
.recipes-first-image {
	width:270px;
	height:230px;
	float:left;
	margin-right:20px;
}
.recipes-first-image i {
	display:block;
	width:270px;
	height:230px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.recipes-first-caption {
	width:495px;
	float:left;
	color: #5b5b5b;
}
.recipes-first-name {
	margin: 0 0 5px 0;
}
.recipes-first-name a {
	font: bold 14px 'Noto Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #292929;
}
.recipes-first-brief {
	font-size:14px;
	line-height:24px;
	text-align:justify;
}
.recipes-first-description {
	margin-bottom: 12px;
	line-height: 24px !important;
	font: 15px 'Noto Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5b5b5b;
}
.recipes-second {
	width:363px;
	margin-left:30px;
	float:left;
}
.recipes-second h3 {
	font: bold 14px;
	color: #292929;
	margin: 0 0 8px 0;
}
.list-recipes {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.list-recipes li {
	margin-bottom:6px;
}
.list-recipes li a {
	font-size:14px;
	line-height:20px;
	color: #5b5b5b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list-recipes li a:hover {
	color: #ffc63f;
}




