.error-container{
	padding:90px 0 110px;
}
.error-container h1{
	font-family: 'Nohemi';
	font-size: 48px !important;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
	color: #1E1E20;
}
.error-container h4{
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	color: #686868;
	margin-bottom: 8px;
}
.error-container p{
	width: 560px;
	margin: auto;
	max-width: 100%;
	text-align: center;
	margin-bottom:0;
	padding-bottom:22px;
}
.error-container a{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	padding: 11px 10px;
	background-color: #105780;
}
@media (max-width:767px){
	.error-container {
		padding: 90px 0 80px;
	}
	.error-container h1 {
		font-size: 35px !important;
	}
}
@media (min-width:768px){
	.error-container h1 {
		font-size: 40px !important;
	}
}
@media (min-width:992px){
	.error-container h1 {
		font-size: 48px !important;
	}
}