.section-error {
  height: calc(100vh - 90px - 282px);
  background-color: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 565px;
}
.error-message-wrapper {
  max-width: 620px;
  width: 100%;
}
.image-section img {
  height: 128px;
  width: 128px;;
}
.achievement {
  margin-top: 18px;
  color: #00ff00;
  font-family: "Open Sans", serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.alert {
  margin-top: 24px;
  opacity: 0.9;
  color: #ffffff;
  font-family: Poppins, serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 57px;
  text-align: center;
}
.qa-message {
  opacity: 0.6;
  color: #ffffff;
  font-family: "Open Sans", serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.back-button-section {
  margin-top: 24px;
}