.stories .contentRender_name_plugins_core_textbox h1 {
	font-size: 38px;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.stories .contentRender_name_plugins_core_textbox h2 {
	font-size: 24px;
	line-height: 28px;
	font-family: var(--font-body-xbold);
	letter-spacing: 0;
}

.stories .contentRender_name_plugins_core_textbox h3 {
	font-size: 27;
	line-height: 33px;
}

.stories [data-sv-core-textbox] {
	padding: 45px 20px;
}

.stories .image-highlight.small {
	padding: 0 20px;
	margin: -35px 0 -20px 0;
}

@media (min-width: 975px) {
	.stories [data-sv-core-textbox] {
		padding: 80px 75px;
	}

	.stories .contentRender_name_plugins_core_textbox h1 {
		font-size: 62px;
		line-height: 68px;
		margin-bottom: 18px;
	}
	
	.stories .contentRender_name_plugins_core_textbox h2 {
		font-size: 44px;
		line-height: 50px;
		margin-bottom: 18px;
		font-family: var(--font-body-xbold);
		letter-spacing: 0;
	}
	
	.stories .contentRender_name_plugins_core_textbox h3 {
		font-size: 27;
		line-height: 33px;
	}

	.panel-two-col-even .row {
		max-width: 100%;
	}

	.stories .image-highlight.small {
		padding: 0 75px;
		margin: -45px 0 -30px 0;
	}
}