.errors-wrapper {
  display: flex;
  width: 900px;
  overflow: hidden;
  height: auto;
  justify-content: center;
  align-content: center;
  padding: 80px 0;
  margin:  0 auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.errors-wrapper * {
  margin: 0;
  padding: 0;
}
.errors-wrapper .errors-poster {
  width: 500px;
}
.errors-wrapper .errors-poster img {
  width: 100%;
  height: auto;
  display: block;
}
.errors-wrapper .errors-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.errors-wrapper .errors-info h3 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 12px;
  height: 56px;
  line-height: 56px;
  color: #343a40;
  letter-spacing: 4px;
}
.errors-wrapper .errors-info h4 {
  font-size: 24px;
  margin-bottom: 16px;
  height: 24px;
  line-height: 24px;
  color: #495057;
  letter-spacing: 2px;
}
.errors-wrapper .errors-info p {
  font-size: 16px;
  padding-right: 96px;
  line-height: 24px;
  color: #868e96;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.errors-wrapper .errors-info .errors-buttons {
  display: flex;
}
.errors-wrapper .errors-info .errors-buttons a {
  display: block;
  padding: 12px 28px 12px 32px;
  border-radius: 36px;
  border: 2px solid #012d57;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 4px;
  color: #012d57;
  text-decoration: none;
}
.errors-wrapper .errors-info .errors-buttons a:hover {
  background: #012d57;
  color: #fff;
}
/*# sourceMappingURL=errors.css.map */