.e404-page__content {
	padding-block: 40px;
	max-width: 558px;
	min-height: 90dvh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.e404-page__image {
	margin-bottom: 10px;
	width: 224px;
}
.e404-page__title {
	margin-bottom: 8px;
	font-weight: 650;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	color: var(--primary-0600);
}
.e404-page__description {
	font-weight: 350;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: var(--neutral-0600);
}
.e404-page__description a {
	color: var(--neutral-1000);
}

@media (width >= 1180px) {
	.e404-page__image {
		margin-bottom: 12px;
		width: 448px;
	}
	.e404-page__title {
		font-weight: 550;
		font-size: 36px;
	}
	.e404-page__description {
		font-size: 16px;
		line-height: 24px;
	}
}
