/* START - Savings gallery - Change to 2 items  */
@media screen and (min-width: 735px) {
	.section-savings .savings-gallery .item-container {
		grid-template-columns: 1fr 1fr;
	}

	.section-savings .savings-gallery .gallery-item {
		width: 100%;
	}
}
/* END - Savings gallery - Change to 2 items  */

/* START - Fix text alignment for hero headline */
.hero-headline {
	flex-direction: column;
}

.hero-headline .major-text {
	text-align: center;
}

.hero-headline .gradient-text {
	text-align: center;
	padding-bottom: 5px;
}
/* END - Fix text alignment for hero headline */

.section.section-savings .footnote.footnote-supglyph a {
	text-underline-offset: 0.22em !important;
}
