/*start: router-item-environment */
.router-item-environment .typography-router-tile-full-headline {
	font-size: 48px;
}

@media only screen and (max-width: 1068px) {
	.router-item-environment .typography-router-tile-full-headline {
		font-size: 32px;
	}
}

@media only screen and (max-width: 734px) {
	.router-item-environment .typography-router-tile-full-headline {
		font-size: 30px;
	}
}
/*end: router-item-environment */
