.review {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 1rem;
	border: 1px solid var(--primary-grey-lightest);
}
.review p:last-of-type {
	margin: 0;
}
.review .content-width {
	max-width: 750px;
	margin: 0 auto;
}

.module-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
	color: var(--theme-dark, #333);
}
