/* custom breakpoints */
/* breakpoints */
.error-page .title {
  max-width: 923px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 923px) {
  .error-page .title {
    padding: 0;
  }
}

.error-page .title .article__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.error__subtitle {
  text-transform: none;
  color: #55565b;
  font-family: "Roboto", sans-serif;
}

.error__code {
  font-weight: bold;
}

.error__legend {
  margin-bottom: 10px;
}

.error__list {
  list-style: none !important;
  padding: 0 !important;
}

.error__list a {
  padding: 0;
}

.error__list a:after, .error__list a:before {
  content: none;
}
