/** error-section **/

.error-section{
  position: relative;
  padding: 130px 0px 150px 0px;
  background: #f5f5f5;
}

.error-section .content-box h1{
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 10px;
}

.error-section .content-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #999;
}