.error__container {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100vh;
}

.error__img-container {
  margin-right: 100px;
}

.error__title {
  font-size: var(--fs-title-error);
  font-weight: var(--fw-title-error);
  line-height: var(--lh-title-error);
}

.error__descr-container {
  max-width: 600px;
  margin-bottom: 60px;
}

.error__descr {
  font-size: var(--fs-descr-error);
  font-weight: var(--fw-descr-error);
  line-height: var(--lh-descr-error);
}

.error__link-prev {
  padding: 20px 180px;
  border-radius: 79px;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.3);
}
