.not-found-outer {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: var(--white);
	padding: 25px;
	width: 100%;
	flex-wrap: wrap;
}
.right-404 h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
.right-404 p {
	font-size: 14px;
	line-height: 16px;
}
.right-404 {
	width: 100%;
}
.right-404 a {
	font-weight: 700;
	color:var(--white);
	text-align: center;
	font-size: 16px;
	background: var(--red);
	display: inline-block;
	width: 100%;
	max-width: 220px;
	border-radius: 6px;
	font-family: var(--dmsans);
	padding: 16px 10px;
}
@media only screen and (min-width: 1366px) {
  .right-404 {
		padding-left:60px;
	}
}
@media only screen and (min-width: 768px) {
	.left-404 {
		margin-bottom: 0;
		width: 60%;
		max-width: 652px;
	}
	.right-404 {
		width: 40%;
		padding-left: 30px;
	}
}