@import 'https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap';
.page_404{ padding:40px 0; background:#fff; font-family: 'quicksand', serif;}
.page_404  img{ width:100%;}
.four_zero_four_bg{
  background-image: url(/assets/images/gif/error.gif);
  height: 400px;
  background-position: center;
  background-size: cover;
}
.four_zero_four_bg h1{font-size:80px;}
.content_box_404{margin-top:-50px;}
.content_box_404 h3 {margin-bottom:20px;}