.story-content {
	width: 100%;
	background-color: var(--color-cream);
	padding-top: var(--py-section);
	padding-bottom: var(--py-section);
}

.story-content h2 {
	color: var(--color-blue);
	font-size: 28px;
}

.story-content h3 {
	color: var(--color-blue);
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.4;
	margin-bottom: 0;
	font-weight: 700;
}

@media screen and (min-width: 1025px) {
	.story-content h2 {
		font-size: 38px;
	}
}
