.quiz-end-page .quiz-end {
  padding-top: 20px;
}
.quiz-end-page .quiz-end__title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12px;
  color: #333333;
}
.quiz-end-page .quiz-end__image {
  width: 57.365%;
  max-width: 247px;
  height: auto;
}
.quiz-end-page .quiz-end__image-section {
  padding: 0 0 24px 0px;
  text-align: center;
  user-select: none;
}
.quiz-end-page .quiz-end__message {
  text-align: center;
  margin-bottom: 24px;
}
.quiz-end-page .quiz-end__message p {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #333;
  margin-bottom: 12px;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
}
.quiz-end-page .quiz-end__message p:last-child {
  margin-bottom: 0;
}
.quiz-end-page .quiz-end__buttons {
  display: flex;
  justify-content: center;
}
.quiz-end-page #view-result-button,
.quiz-end-page #view-result-button-spview {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}