/* 404 page style rules.
 */

.page-404__container {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.page-404__title {
	margin-bottom: 15px;
	font-size: 4rem;
}

.page-404__button-wrap {
	max-width: 440px;
	width: 90%;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

.page-404__button {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 1.6rem;
}

.page-404__text {
	font-size: 2rem;
	line-height: 1.5;
	color: var( --ct-color-dark-gray );
}

@media screen and ( min-width: 1024px ) {
	.page-404__container {
		margin-top: 100px;
	}

	.page-404__title {
		line-height: 1.5;
		font-size: 10rem;
	}

	.page-404__text {
		font-size: 3rem;
	}
}