/* Patient Stories */
.patient-story figure.story-edit, .patient-story figure.quote {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.patient-story p.quote {
	padding: 2em 2.22em;
	border-bottom-left-radius: var(--radial-border);
	border-bottom-right-radius: var(--radial-border);
	background-color: var(--off-color);
}

/* Responsive Width 1024px */
@media screen and (max-width: 1024px) {
	.patient-story p.quote {
		max-width: 45em;
	}
}
/* End Responsive Width 1024px */	
	
/* End Patient Stories */
