section.error-404 {
  padding: 150px 0 120px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.error-404 {
  position: relative;
}

section.error-404 .ttm-big-icon {
  font-size: 150px;
}

.page-header {
  margin: 40px 0 20px;
}

section.error-404 h1 {
  font-size: 95px;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 600;
}

section.error-404 .page-content p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #6e6e6e;
}

.backtohome-btn {
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  background-color: #233d82;
  color: #fff;
}
.backtohome-btn:hover {
  color: #fff;
}