main.error-page {
  overflow: hidden;
  flex-grow: 1;
}
main.error-page .title-holder {
  margin-top: 3em;
  margin-bottom: 3em;
}
main.error-page .title-holder .title {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 3em;
  line-height: 1em;
}
@media screen and (min-width: 576px) {
  main.error-page .title-holder .title {
    font-size: 4em;
    line-height: 1em;
    padding-bottom: 0.1em;
  }
}
main.error-page .title-holder .title-underline {
  padding-top: 0.2em;
  padding-bottom: 1em;
  width: 100%;
}
main.error-page .title-holder .title-underline span {
  background-color: #000;
  display: block;
  width: 100%;
  height: 0.45rem;
}
@media screen and (min-width: 576px) {
  main.error-page .title-holder .title-underline {
    width: 68.1%;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  main.error-page .title-holder .title-underline {
    width: 100%;
  }
}
main.error-page .title-holder .title-description {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
  font-family: "Georgia", serif;
  font-style: italic;
}
@media screen and (min-width: 576px) {
  main.error-page .title-holder .title-description {
    max-width: 68.1%;
  }
}
/*# sourceMappingURL=error-page.css.map */