.error h2.hero-title {
	color: #000;
	top: 220px;
}

.error h2.hero-title:after {
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 2px;
    margin-left: -50px;
}

.error p.hero-txt{
	position: absolute;
    width: 100%;
    top: 320px;
    left: 0;
    font-size: 150%;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 767px) {

	.error h2.hero-title {
		color: #000;
		top: 25px;
	}


	.error p.hero-txt{
		position: absolute;
	    width: 100%;
	    top: 77px;
	    left: 0;
	    font-size: 100%;
	    color: #fff;
	    line-height: 1.2;
	    text-align: center;
	    color: #000;
	}

	.error h2.hero-title:after {
	    bottom: 35px;
	}
}