@charset "UTF-8";

/* =================================================
  ERROR
================================================ */
.error_box {
  text-align: center;
  padding: 80px 0;
}
.error_box-header {
  margin: 0 0 30px;
}
.error_box-heading {
  color: #1c5fad;
  font-size: 2.2rem;
  font-weight: bold;
}
.error_box-text {
  font-size: 1.4rem;
}
.error_box-back {
  margin: 50px 0 0;
}
@media only screen and (min-width: 48.0625em) {
  .error_box-heading {
    font-size: 3.6rem;
  }
  .error_box-text {
    font-size: 1.6rem;
  }
}
