.area-noBg {
  margin-top: 90px;
}
.fourZeroFour{
  width: 100%;
  margin: 10vh auto 20vh;
  text-align: center;
}
.fourZeroFour img{
  width: 140px;
}
.fourZeroFour .fourZeroFourTitle{
  font-size: 25px;
  font-weight: bold;
  color: #2D2D2D;
  line-height: 38px;
  margin-bottom: 10px;
}
.fourZeroFour .fourZeroFourText{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  margin-bottom: 30px;
}
.fourZeroFour .fourZeroFourBtn{
  height: 36px;
  background: #2D2D2D;
  padding: 0 30px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  width: max-content;
  margin: 0 auto;
  cursor: pointer;
}
.fourZeroFour .fourZeroFourBtn:hover{
  background: rgb(78, 78, 78);
}
.fourZeroFour .fourZeroFourBtn a{
  color: #ffffff;
}
.fourZeroFour .fourZeroFourBtn:hover a{
  color: #ffffff;
}
@media (max-width: 991px) {
  .area-noBg {
    margin-top: 0px;
  }
}