.page-header {
	display: block;
	height: 20rem;
	margin-top: 0;
	margin-bottom: 2rem;
	padding-top: 4rem;
	background-image: var(--main-page-title__bg-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 750px) {
	.page-header {
		height: 20rem;
	}
}

.page-header-title {
	font-size: 10rem;
	color: #fff;
	margin-top: 0;
}

@media screen and (max-width: 749px) {
	.page-header-title {
		font-size: 6rem;
	}
}
