@charset "UTF-8";

.notFound__text {
    margin-bottom: 5.333vw;
    padding: 16vw 2.667vw 0;
    font-size: 3.2vw;
    line-height: 1.2;
}
.notFound__link {
    margin-bottom: 16vw;
    text-align: center;
}
.notFound__link__text {
    display: block;
	width: 37.333vw;
	font-size: 3.733vw;
	color: white;
	text-align: center;
	text-decoration: none;
	background: var(--main-color);
	border-radius: 1.067vw;
	margin: 0 auto;
	padding: 2.133vw 0;
	position: relative;
}
.notFound__link__text:after {
    position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	content: "\f053";
	font-family: var(--font-awesome);
	font-weight: 600;
}