/* 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%;
	}
}

/* Values */
@media only screen and (min-width: 1441px) {
	.section-values .gallery .card.card-privacy .card-copy {
		max-width: 239px;
	}
}

/* heart-health-health-background */
.overview-heart-health-health-background {
	--picture-width: 764px;
	--picture-height: 450px;
}

@media (max-width: 1068px) {
	.overview-heart-health-health-background {
		--picture-width: 628px;
		--picture-height: 368px;
	}
}

@media (max-width: 734px) {
	.overview-heart-health-health-background {
		--picture-width: 304px;
		--picture-height: 368px;
	}
}

@media (min-width: 734px) {
	.customSleepHeadder {
		max-width: 100%;
	}
}
