.ways-wrapper h1 {
	margin-bottom: 1rem;
	max-width: 1366px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.ways-wrapper > p {
	margin-bottom: 2rem;
	text-align: center;
	width: 100%;
}
.ways {
	display: grid;
	gap: 0;
	grid-template-columns: 100%;
	max-width: 1366px;
	width: 100%;
}
.way--store {
	/* background: linear-gradient(to top, white 25%, rgba(255, 255, 255, 0) 75%), */
	background: url("https://d36bl1cjgcfngd.cloudfront.net/wp-content/uploads/sites/2/2020/09/25161052/way_store.jpg");
	/* display: none; */
}
.way--collect {
	/* background: linear-gradient(to top, white 25%, rgba(255, 255, 255, 0) 75%), */
	background: url("https://d36bl1cjgcfngd.cloudfront.net/wp-content/uploads/sites/2/2020/09/25163119/way_collect.jpg");
}
.way--delivery {
	/* background: linear-gradient(to top, white 25%, rgba(255, 255, 255, 0) 75%), */
	background: url("https://d36bl1cjgcfngd.cloudfront.net/wp-content/uploads/sites/2/2020/09/25163402/way_delivery.jpg");
}
.way--home {
	/* background: linear-gradient(to top, white 25%, rgba(255, 255, 255, 0) 75%), */
	background: url("https://d36bl1cjgcfngd.cloudfront.net/wp-content/uploads/sites/2/2020/09/25163405/way_home.jpg");
}
.way {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	margin: 0.5rem;
	padding-bottom: 75%;
	position: relative;
}
.way-intro {
	box-shadow: none;
	padding: 0;
	text-align: center;
	align-self: center;
}
.way-content {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	left: 0;
	padding: 1rem;
	position: absolute;
	width: 100%;
	top: 0;
}
.way-content h3,
.way-content p {
	background-color: rgba(255, 255, 255, 0.75);
	display: block;
	margin: 0;
	padding: 1rem 2rem;
	text-align: center;
}
.way-content h3 {
	font-weight: bold;
	text-transform: uppercase;
}
.way-content p {
	display: block;
	font-size: 1rem;
	padding-top: 0;
	opacity: 1;
}
@media only screen and (min-width: 641px) {
	.ways {
		gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.way {
		margin: 0;
		padding-bottom: 50%;
	}
	.way-intro {
		grid-column: 1/3;
		padding-bottom: 0;
	}
	.way-intro--usa {
		grid-column: 1/2;
	}
	.way--store {
		display: block;
	}
}
@media only screen and (min-width: 1025px) {
	.ways {
		grid-template-columns: repeat(4, 1fr);
	}
	.way {
		padding-bottom: 100%;
	}
	.way:hover {
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	}
	.way-intro {
		padding: 0;
	}
	.way-intro:hover {
		box-shadow: none;
	}
	.way-content {
		padding: 0;
	}
	.way-content h3 {
		margin: 0;
	}
	.way-content p {
		display: none;
		font-size: initial;
		height: 0px;
		opacity: 0;
	}
	.way:hover p {
		display: block;
		height: auto;
		opacity: 1;
		transition: opacity 1s;
	}
}
#featured-content-19182 .buttons-container {
	margin-top: 2rem;
}
.freshly-baked {
	margin: 0 auto;
	max-width: 390px;
}
.freshly-baked h1,
.the-app h1 {
	font-size: 3rem;
	line-height: 3rem;
}
.freshly-baked h1.script,
.the-app h1.script {
	font-family: "Bodoni", "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: capitalize;
}
.the-app {
	margin-bottom: 25%;
	text-align: right;
}
.the-app h1.block {
	margin: 0;
}
