.error-404 {
  text-align: center;
  margin: 150px 0 112px;
}
.error-404 .sub-heading-text-404 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #313131;
}
.error-404 form#searchform {
  margin: 31px 0 0;
  padding: 0 10px;
}
.error-404 form#searchform input.search-input {
  width: 100%;
  max-width: 270px;
}
.error-404 .go-back-home {
  margin-top: 50px;
}
.error-404 .go-back-home a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
}
.error-404 .go-back-home a:after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #305098;
  content: "";
}
.error-image {
  position: relative;
  padding-bottom: 41px;
  margin-bottom: 30px;
}
.error-image:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #305098;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}