@media only screen and (min-width: 1069px) {
	.section-more .caption-tile:first-child:nth-last-child(n + 3),
	.section-more
		.caption-tile:first-child:nth-last-child(n + 3)
		~ .caption-tile {
		width: 90%;
	}
}

@media only screen and (min-width: 490px) and (max-width: 599px) {
	.os-localnav.tabnav .tabnav-items {
		justify-content: center;
	}
}

@media only screen and (max-width: 388px) {
	.router-card .router-card-headline {
		font-size: 25px;
	}
}

@media only screen and (max-width: 358px) {
	.router-card .router-card-headline {
		font-size: 23px;
	}
}

@media only screen and (max-width: 338px) {
	.router-card .router-card-headline {
		font-size: 21px;
	}
}
