.errorAvatar {
	height: 100%;
	width: 100%;
	max-height: 200px;
	border-radius: 0px;
	margin-top: 50px;
}

.errorAvatar img {
	max-height: 200px;
	object-fit: contain;
}

.errorTitle {
	color: #434e59;
	font-size: 72px;
	font-weight: 600;
	line-height: 72px;
	margin-bottom: 24px;
}

.errorDescription {
	color: rgba(0, 0, 0, 0.45);
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 16px;
}
