.about-page-1 {
	z-index: 2;
	display: flex;
	place-content: center;
	align-items: center;
	box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.5);
}
.about-page-1 p {
	width: 75%;
	height: min-content;
}
.about-page-2 {
	z-index: 3;
	display: grid;
	grid-template-columns: min(50%, 300px) auto;
}
.about-page-2 .text-container {
	align-self: center;
	width: 100%;
	position: absolute;
}
.about-page-2 p {
	margin: 0 auto;
	width: 50%;
}

.background-image {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.grounds-background {
	background-image: url(../images/freshly-ground.png);
	background-position: center;
	background-size: 100% auto;
}
.organic-background {
	background-image: url(../images/organic-beans.jpg);
	background-position: center;
	background-size: auto 100%;
}
