.error404 .default-content {
	padding: 18rem 0 4rem !important;
}

.mobile_phone {
	display: none;
}

@media screen and (max-width: 650px) {

	.mobile_phone {
		display: block;
	}

}