#banners-carousel {
	background-color: #f0f0f1;
	margin-bottom: 3.9em;
}
h1 {
	text-align: center;
	font-size: 2.87em;
	font-weight: 300;
	margin-bottom: 2em;
}
h2 {
	font-size: 1em;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
h3 {
	font-weight: 700;
	font-size: 1.45em;
	padding-left: 10px;
	margin-top: 0;
}
.chef-photo,
.recipe-photo {
	padding: 0;
}
.recipe-title {
	background-color: #fff;
	max-width: 399px;
}
.recipe-title > div{
	background-color: #f0f0f1;
}
.recipe-title p {
	padding: 10px;
}
.recipe-info {
	margin-bottom: 2.4em;
}
.recipe-arrow {
	height: 100%;
	font-size: 50px;
	text-align: center;
	text-decoration: none;

	-webkit-transition: padding-left .3s;
  transition: padding-left .3s;
}
.recipe-info:hover .recipe-title {
	background-color: #b21830;
}
.recipe-info:hover .recipe-title > div {
	background-color: #000;
	color: #fff;
}
.recipe-info:hover .recipe-arrow {
	color: #fff;
	padding-left: 30px;
}
@media (max-width: 991px) {
	.recipe-info {
		margin-top: 1em;
		padding: 0 0 4em 0;
		border-bottom: 1px solid lightgray;
	}
	.recipe-info:last-of-type {
		border-bottom: 0;
	}
	.recipe-header {
		margin-top: 2em;
	}
	.chef-photo img {
		object-fit: cover;
		width: 100px;
		height: 100px;
		border-radius: 50px;
	}
	.recipe-title {
		margin: 0 auto;
	}
}
