.e404-page__content {
	padding-block: 68px;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.e404-page__image {
	margin-bottom: 32px;
	width: 203px;
}
.e404-page__title {
	margin-bottom: 8px;
	font-family: var(--font-accent);
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: var(--neutral-0000);
}
.e404-page__description {
	font-weight: 350;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: var(--neutral-0000);
}
.e404-page__description a {
	font-weight: 450;
}
.e404-page__title,
.e404-page__description {
	max-width: 558px;
}

@media (width >= 720px) {
	.e404-page__title {
		font-size: 32px;
	}
	.e404-page__image {
		width: 405px;
	}
}

@media (width >= 1200px) {
	.e404-page__content {
		padding-block: 112px;
	}
	.e404-page__image {
		width: 810px;
	}
}

@media (width >= 1880px) {
	.e404-page__content {
		padding-block: 152px;
	}
	.e404-page__image {
		margin-bottom: 48px;
		width: 810px;
	}
}
