/* Savings section 1 tile alt layout */
@media screen and (min-width: 735px) {
	.section-savings .savings-gallery .item-container {
		width: 100%;
		box-sizing: border-box;
		grid-template-columns: 1fr 1fr;
	}

	.section-savings .savings-gallery .gallery-item {
		width: 100%;
	}
}

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