.g30-section{
	display:flex;
	width: 100%;
	position: relative;
}
.error-head{
	position: sticky;
	left:0;
	top:0;
	z-index: 1;
	width: 700px;
	min-width: 700px;
	height: 100vh;
	background-position: center;
	text-align: center;
	align-items: center;
	display: flex;
	vertical-align: middle;
    padding: 20px;
}
.error-head:after{
    opacity:0.9;
    content:"";
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    width:100%;
    height:100%;
    background: linear-gradient(45deg, #828eef 0%,#334bff 100%);
}
.g30-section-inner {
    width: 100%;
	align-self: center;
	height: auto;
}
.errorpage-container {
    max-width: 400px;
	margin: auto;
	padding: 30px 0;	
}



.error-page{
	text-align:center;
}
.error-title{
	font-size: 140px;
	line-height: 140px;
	margin-bottom: 0;
}
.error-title-2{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 0;
}
.error-page h3{
    font-size: 50px;
    opacity: 0.2;
}
.error-page h5{
	font-size: 22px;
	opacity: 1;
	font-weight: 500;
	line-height: 35px;
}
.error-page p{
	font-size:16px;
	line-height:26px;
}

@media only screen and (max-width: 1200px) {
	.error-head{
		width: 500px;
		min-width: 500px;
	}
}
@media only screen and (max-width: 991px) {
	.error-head {
		width: 100%;
		min-width: 100%;
		height: 200px;
	}
	.g30-section {
		display: block;
	}
	.errorpage-container{
		padding: 50px 20px;
	}
}