@media (min-width: 1069px) {
	.section-welcome .viewport-content {
		--global-content-max-width: 720px;
	}
}

@media (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 (min-width: 490px) and (max-width: 599px) {
	.os-localnav.tabnav .tabnav-items {
		justify-content: center;
	}
}
