/* Local Overrides */

/* Hero */
@media only screen and (min-width: 735px) {
	.section-hero .hero-content .hero-content-headline {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (min-width: 450px) and (max-width: 734px) {
	.section-hero .hero-content .hero-content-headline {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Privacy */
@media only screen and (min-width: 1069px) {
	#privacy.router-tile .router-tile-link {
		max-width: 536px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#privacy.router-tile .router-tile-link {
		max-width: 500px;
	}
}

#privacy.router-tile {
	padding-bottom: 175px;
}

@media only screen and (max-width: 1068px) {
	#privacy.router-tile {
		padding-bottom: 125px;
	}
}

@media only screen and (max-width: 734px) {
	#privacy.router-tile {
		padding-bottom: 90px;
	}
}

/* Heart health gallery */
@media only screen and (min-width: 1069px) {
	.section-body #heart-health-gallery .card-notifications .card-block {
		max-width: 88%;
	}
}
