.storefront-testimonials-section {
	margin: 0 0 80px 0;
}
.testimonialsContainer {
	width: calc(100% - 25px);
	margin-left: 25px;
	gap: 7%;
	align-items: center;
}
.reviewBox, .reviewBoxFull {
	font-size: 1.25em;
	background-color: rgba(203, 25, 120, .2);
	color: #fff;
	border-radius: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	margin-top: 33px;
	flex: 1;
}
.theReview {
	margin-top: -33px;
	margin-left: -25px;
	background: rgba(203, 25, 120, .2);
	padding: 50px 25px 25px 50px;
	border-radius: 10px;
}
.customerName {
	margin-top: 0;
	margin-bottom: 0;
}

.reviewBox img.wp-post-image {
	width: 150px;
	margin: -18px -12px 15px 15px;
	border-radius: 10px;
	float: right;
}

#testimonialPage {
	flex-wrap: wrap;
}

#testimonialPage .reviewBox {
	flex: 0 0 46%;
}
#testimonialPage .reviewBoxFull {
	flex: 0 0 96%;
}
#testimonialPage.testimonialsContainer {
	align-items: flex-start;
}
#homepageTestimonialLinks {
	margin-top: 15px;
}

@media only screen and (min-width:797px) {
	#testimonialPage .reviewBox, #testimonialPage .reviewBoxFull {
		margin-bottom: 40px;
	}
}

@media (max-width: 568px) {
	.testimonialsContainer {
		flex-direction: column;
		width: 100%;
		margin-left: 0;
	}
	.reviewBox, .reviewBoxFull {
		font-size: 1.1em;
		margin-left: 1.416em;
	}
	.reviewBox + .reviewBox, .reviewBoxFull + .reviewBox, .reviewBox + .reviewBoxFull {
		margin-top: 80px;
	}
}

@media (min-width: 569px) and (max-width: 796px) {
	.testimonialsContainer {
		flex-direction: column;
		width: 100%;
		margin-left: 0;
	}
	.reviewBox, .reviewBoxFull {
		font-size: 1.1em;
		margin-left: 1.416em;
	}
	.reviewBox + .reviewBox, .reviewBoxFull + .reviewBox, .reviewBox + .reviewBoxFull {
		margin-top: 80px;
	}
}