/* Local overrides */

/* Health app router */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#health-app.router-tile .router-tile-headline {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media only screen and (max-width: 420px) {
	#health-app.router-tile .typography-router-tile-headline {
		font-size: 34px;
	}
}
@media only screen and (max-width: 350px) {
	#health-app.router-tile .typography-router-tile-headline {
		font-size: 30px;
	}
}

/* Privacy router */
@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;
	}
}

/* Menstrual health gallery */
@media only screen and (max-width: 734px) {
	#menstrual-health-gallery .copy-block-sync .typography-copy-block-copy {
		padding-right: 5px;
	}
}

/* Vision */
@media only screen and (max-width: 734px) {
	#vision .typography-eyebrow-elevated.section-copy {
		padding-right: 8px;
	}
}
