.page-continuity .section-resources .last-resource {
	background-color: #fafafa;
}

/* Localized Screens */

/* hero */
@media only screen and (min-width: 1069px) {
	.page-continuity .section-hero .image-hero {
		left: 61%;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.page-continuity .section-hero .image-hero {
		left: 60.3%;
	}
}

@media only screen and (max-width: 390px) {
	.page-continuity .section-hero .hero-headline {
		font-size: 46px;
	}
}

@media only screen and (max-width: 375px) {
	.page-continuity .section-hero .hero-headline {
		font-size: 45px;
	}
}

@media only screen and (max-width: 360px) {
	.page-continuity .section-hero .hero-headline {
		font-size: 43px;
	}
}

@media only screen and (max-width: 340px) {
	.page-continuity .section-hero .hero-headline {
		font-size: 42px;
	}
}
