.page-title {
	margin-top: 0;
}

.main-page-title {
	margin: 0;
	font-size: var(--typo-heading-5);
}

.page-placeholder-wrapper {
	display: flex;
	justify-content: center;
}

.page-placeholder {
	width: 52.5rem;
	height: 52.5rem;
}

@media only screen and (width >= 750px) {
	.main-page-title  {
		margin: var(--space-m) 0;
		font-size: var(--typo-heading-2);
	}
}
