@media (max-width: 768px) {
  .error__container {
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: center; */
    /* min-width: 100%; */
  }

  .error__img-container {
    justify-content: center;
    margin-right: 0px;
    margin-bottom: 35px;
  }

  .error__title {
    text-align: center;
    font-size: var(--mob-fs-title-error);
    font-weight: var(--mob-fw-title-error);
    line-height: var(--mob-lh-title-error);
  }

  .error__descr-container {
    max-width: 330px;
    margin-bottom: 30px;
  }

  .error__descr {
    text-align: center;
    font-size: var(--mob-fs-descr-error);
    font-weight: var(--mob-fw-descr-error);
    line-height: var(--mob-lh-descr-error);
  }

  .error__link-prev {
    width: 100%;
    padding: 20px;
    border-radius: 79px;
    box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.3);
  }
}
