.error404 .main-content > section:first-of-type {
	text-align: center;
	background: #EEF3F6;
	padding: 120px 20px 60px;
}

.error404 .four-oh-four > .container {
	max-width: 620px;
}

.error404 .four-oh-four h1 {
	margin-bottom: 30px;
}

.error404 .four-oh-four .numbers-container {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.error404 .four-oh-four .numbers-container span {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: #fff;
	margin: 0 10px;
	box-shadow: 0px 2px 15px rgba(21, 70, 100, 0.1);
	border-radius: 5px;
	text-align: center;
	font-family: "Gotham A", "Gotham B";
	font-weight: 900;
	font-size: 40px;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #51C0AA;
}

@media screen and (min-width: 768px) {
	.error404 .main-content > section:first-of-type {
		padding: 170px 30px 80px;
	}
	
	.error404 .four-oh-four .numbers-container span {
		height: 96px;
		width: 96px;
		line-height: 96px;
		margin: 0 15px;
		font-size: 60px;
		-webkit-text-stroke-width: 3px;
	}
}

@media screen and (min-width: 1024px) {
	.error404 .main-content > section:first-of-type {
		padding: 330px 80px 250px;
	}
}