/* Fixes for clipped gradient text */

.section.section-hero .hero-headline .gradient-text {
	padding-bottom: 3px;
}

.section-experience .centered-headline {
	padding-bottom: 3px;
}

/* Fixes for longer copy */

.section.section-hero .hero-headline {
	margin-left: 5%;
	margin-right: 5%;
}

@media only screen and (min-width: 1069px) {
	.section-apple-tv .section-image figcaption {
		max-width: 410px;
	}
}

@media only screen and (max-width: 1239px) {
	.section-experience .card .card-front-two-col {
		margin: 0;
	}
}

/* Fix for fewer columns */

.section-how-to-buy .blurbs {
	grid-template-columns: repeat(2, 1fr);
}

.section-experience .section-content-extended.alt-feature .card-kentucky {
	margin-bottom: 100px;
}
