/* not found page styles here */

@media all and (max-width: 768px) {
	.not-found-page .error-container {
		display: block;
	}
	.not-found-page .wp-block-image {
		padding: 0 0 2rem;
		max-height: unset;
		max-width: unset;
		height: 25rem;
		width: 100%;
	}
	.not-found-page .error-content {
		text-align: center;
		padding: 0;
	}
	.not-found-page .redirection-links {
		justify-content: center;
	}
}

@media all and (max-width: 767px) {
	.not-found-page p {
		font-size: 1rem;
	}
	.not-found-page .redirection-links {
		flex-direction: column;
	}
	.not-found-page .redirection-links a {
		margin-right: 0;
	}
}