h2 {
	font-size: 28px;
	margin: 120px auto 10px;
	color: #333333;
	text-align: center;
}

h3 {
	font-size: 18px;
	margin: 10px auto 40px;
	color: #333;
	text-align: center;
}

.notfound__txt {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
}

.notfound__link {
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}

.notfound__img {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	margin: 80px 0 160px;
}

.notfound__img img {
	width: 30%;
	min-width: 368px;
	margin: auto 0;
	align-self: center;
}

@media only screen and (max-width: 768px) {
	.mainwrapper {
		width: 90%;
		margin: 0 auto;
	}

	h2 {
		font-size: 18px;
		margin-top: 90px;
	}

	h3 {
		font-size: 14px;
	}

	.notfound__txt {
		font-size: 12px;
	}

	.notfound__img {
		margin: 40px 0 80px;
	}

	.notfound__img img {
		width: 50%;
		min-width: auto;
	}
}

@media only screen and (max-width: 420px) {
	.notfound__img img {
		width: 60%;
	}
}
