.closed-message {
	margin-top: 66px;
	padding: 200px 0;
}
.errorInner {
	max-width: 850px;
	margin: auto;
}
.errorText {
	float: left;
	width: 50%;
	padding-top: 125px;
}
.errorImage {
	float: right;
	width: 50%;
}
.errorText h2{
	font-size: 40px;
	color: #136ef6;
	font-weight: 500;
	line-height: 65px;
}
.errorText h3{
	font-size: 30px;
	font-weight: 500;
}
@media(max-width:1199px){
	.closed-message {
		padding: 110px 0;
	}
}
@media(max-width:767px){
	.errorText {
		float: none;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.errorImage {
		float: none;
		width: 100%;
		margin-top: 50px;
		text-align: center;
	}
	.errorImage img{
		max-width: 100%;
	}
	.closed-message {
		padding: 20px 0;
	}
	.errorText h2 {
		font-size: 33px;
	}
}