.site-error {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-error__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}

.site-error__type {
  margin: 0;
  color: #ffffff;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 160px;
  line-height: 10rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.site-error__desc {
  color: #8d8c8d;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 44.8px;
  line-height: 2.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  text-align: center;
}

.site-error__home {
  margin: 40px 0;
  padding: 15px 20px;
  background-color: #e22927;
  border-radius: 30px;
  text-decoration: none;
}

.site-error__home__text {
  padding-right: 5px;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  letter-spacing: 3px;
  font-weight: 800;
}

.site-error__home__icon {
  width: 15px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 920px) {
  .site-error {
    padding: 80px 0 100px 0;
  }
}

@media only screen and (min-width: 1400px) {
  .site-error__type {
    font-size: 200px;
    font-size: 12.5rem;
    line-height: 210px;
    line-height: 13.125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    letter-spacing: 8.57px;
  }

  .site-error__desc {
    font-size: 32px;
    font-size: 2rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}
