.error-page{
  text-align: center;
}
.page-lead {
  position: relative;
  padding: 51px 0 47px;
  margin: 0 0 32px;
  color: #fff;
  background: #000 url(../../img/title-bg.jpg) center;
  background-size: cover;
}

.page-lead__inner {
  position: relative;
  z-index: 2;
  text-align: left;
}

.page-lead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
}

.page-lead__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-family: CeraBold;
  line-height: 1;
}
.error_page{
  font-size: 12em;
  font-weight: 700;
  text-align: center;
  color: #a8a7ac;
  display: block;
}
@media (min-width: 576px){
  .error_page{
    font-size: 20em;
  }
}

@media (min-width: 992px){
  .page-lead__title {
    max-width: 50%;
  }
}
