/* Local Overrides */

@media only screen and (max-width: 500px) {
	.section-how-to-buy .section-content-responsive {
		padding-left: 0;
		padding-right: 0;
	}
	.how-to-buy-copy.typography-eyebrow-super {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media only screen and (min-width: 400px) and (max-width: 430px) {
	.section-how-to-buy .section-content-responsive h3 {
		font-size: 35px;
	}
	.how-to-buy-copy.typography-eyebrow-super {
		font-size: 21px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 399px) {
	.section-how-to-buy .section-content-responsive h3 {
		font-size: 32px;
	}
	.how-to-buy-copy.typography-eyebrow-super {
		font-size: 20px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 359px) {
	.section-how-to-buy .section-content-responsive h3 {
		font-size: 30px;
	}
	.how-to-buy-copy.typography-eyebrow-super {
		font-size: 18.5px;
	}
}

.section.section-cpkc.story-section .typography-story-headline {
	max-width: 320px;
}
