/* 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: 1.7rem 2.22rem 1.9rem;
	border-bottom-left-radius: var(--radial-border);
	border-bottom-right-radius: var(--radial-border);
	background-color: #F5F5F5;
	margin-top: 0;
	line-height: 2;
}
/* End Patient Stories */
