.error-cont {      
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 110px 40px;
    text-align: center;
    background: #fff;
    
}

.error-cont i.error-icon {
	font-size: 48px;
	color:red;
}

.error-cont .error-status {
    position: relative;
    height: 180px;
}

.error-cont .error-status h1 {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 130px;
    font-weight: 700;
    margin: 0px;
    color: #262626;
    text-transform: uppercase;
}

.error-cont .error-status h1>span {
    color: #00b7ff;
}

.error-cont h2 {
    font-family: 'Raleway', sans-serif;
    color: #292929;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-top: 0;
}

.error-cont p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}

@media only screen and (max-width: 767px) {
    .error-cont h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .error-cont .error-status h1 {
        font-size: 141px;
    }
}
