.block--error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100dvh - 100px);
}
@media screen and (max-width: 900px) {
  .block--error {
    height: calc(100dvh - 72px);
  }
}

/*# sourceMappingURL=block_error.css.map */
