.column--recipes-header {
	margin-bottom: 7.5rem;
}

.column--recipes-footer {
	margin-bottom: 11.25rem;
}

.link--recipes-footer-see-all {
	margin-top: 5.25rem;
}

.row--recipe-summary {
	padding: 0 5%;
}

.recipe-summary-cell {
	margin: 3rem 0;
	box-shadow: 0 2.75rem 4.25rem -2rem #363636;
}
.recipe-summary-cell:hover {
	box-shadow: inset 0 -13rem 10rem -10rem rgba(0,0,0,0.75);
}

.column--recipe-cell {
	margin: 3rem 0;
}
.column--recipe-cell .cell {
	margin: auto !important;
}

.heading--recipe {
	font-size: 3.125rem;
	line-height: 3.5rem;
	letter-spacing: 0.22rem;
	text-transform: uppercase;
	text-align: center;
	color: #535353;
}

.text--recipe {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-top: 2.375rem;
}

.recipes-image {
	width: 100%;
}
.recipes-image > img {
	width: 100%;
	height: auto;
}

.recipe-summary-texts {
	padding: 2rem;
	height: 16rem;
	justify-content: space-between;
}

.recipe-clock {
	height: 2rem;
	margin-right: 1rem;
}

@media only screen and (max-width: 720px) {
	.heading--recipe {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.recipe-summary-texts {
		height: auto;
		padding: 1rem;
	}
	.column--recipes-header {
		margin-bottom: 3.5rem;
	}
	.column--recipes-footer {
		margin-bottom: 5.5rem;
	}
}
@media only screen and (max-width: 720px) {
	.heading--recipe {
		font-size: 1.25rem;
		line-height: 1.36;
	}

	.section--recipes {
		padding: 2rem 0;
	}

	.column--recipes-header {
		margin-bottom: 1.5rem;
		padding: 0 1rem;
	}

	.row--recipe-summary {
		flex-wrap: wrap;
	}

	.column--recipe-cell {
		margin: 1rem 0;
		max-height: 20rem;
		max-width: 100%;
	}
	.column--recipe-cell > div {
		max-height: 20rem;
		max-width: 100%;
	}

	.recipe-clock {
		height: 1rem;
		margin-right: 0.5rem;
	}

	.text--recipe {
		margin-top: 1rem;
	}

	.link--recipes-footer-see-all {
		margin-top: 2rem;
	}
}