.webform-flexbox {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  justify-content: flex-end;
}
@media only screen and (min-width:421px) and (max-width:820px){
  .fieldset-wrapper:last-child > div:first-child {
    top: 220px !important;
  }
}
.quiz_block_main_container .form-submit.button--primary {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  background-color: #D22844;
  border-radius: 30px;
  display: inline-block;
  padding: 15px;
  width: 320px;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.5s;
  margin-bottom: 40px;
  margin-top: 30px;
}

.fieldset-wrapper:last-child > div:first-child {
  position: relative !important;
  top: 220px !important;
  color: #D22844 !important;
  font-family: 'Gotham Light' !important;
}
@media only screen and (max-width: 600px) {
  .fieldset-wrapper:last-child > div:first-child {
    top: 365px !important;
  }
}