#block-flat-quiz-form {
    width: 360px;
    padding: 15px 25px 15px;
    height: 560px;
    border-radius: 10px;
    background: #EFF3F8;
}
.webform-ajax-form-wrapper {
  height: 100%;
}
.quiz-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block-flat-quiz-form section {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.quiz-wrapper h2.webform-section-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom:10px;
}
.quiz-info {
    text-align: center;
  margin-bottom: 30px;
  font-size: 19px;
}
input[type="submit"].webform-button--previous {
  color: #4da2f3;
  line-height: 18px;
  border: 0;
  order: 2;
  height: 35px;
  background: none;
}
.webform-actions {
    display: flex;
    flex-direction: column;
}
.webform-element-description {
    font-size: 13px;
    color: #747474;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 5px;
}
.webform-section-wrapper {
    margin-top: auto;
    margin-bottom: auto;
}
legend + .fieldset-wrapper {
    margin-top: 10px;
}
.js-form-type-radio + .js-form-type-radio {
    margin-top: 5px;
}
.quiz-wrapper form .status-message {
    display: none;
}
.quiz-wrapper input[type="number"] {
  height: 35px;
  margin-top: 10px;
  width: 60px;
  padding: 10px 5px 10px 10px;
}
.webform-confirmation__message {
    text-align: center;
    height: 320px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}