/*------------------------------------------------------------------------------*/
/* Page
/*------------------------------------------------------------------------------*/

.InfoPageImage {
	background-color: var(--background-color-shade-1);
	margin: var(--default-margin);
}

.InfoPageImage .AspectRatio {
	--aspect-ratio: 50%;
}

.InfoPageImage img {
	border-radius: var(--border-radius-images);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.PageContent-InfoPage {
	margin: 0 auto;
	max-width: 900px;
}

.PageContent-InfoPage .Title {
	text-align: center;
}