form .header_step .quizz_question {
  font-weight: bold !important;
}

.question-description p {
  font-size: 1.5rem;
  text-align: center;
}
.actions [href="#next"], .actions [href="#previous"] { 
}

body[data-theme-radio-buttons-without-circle] .wrapper .li_wrapper:not(.no-answer-with-image) .m_options_list_input .m_option_label {
    background-color: #D63523 !important;
    color: white !important;
    padding: 1rem;
    text-align: center;
}

body[data-theme-radio-buttons-without-circle] .wrapper .li_wrapper:not(.no-answer-with-image) .m_options_list_input .m_option_label:hover {
    background-color: #E3E6E8 !important;
    color: #000000 !important;
}

.wizard .content {
min-height: 650px;
}
div.content.clearfix {
  min-height: 200px !important; /* o prueba 500px, según se vea bien */
}
.actions [href="#next"], .actions [href="#previous"], .actions [href="#finish"]{ 
    display: none !important;
}

.home_layout .participate_button{
  font-size: 0px;
}
.home_layout .participate_button:before{
  font-size: 14px;
  content: "TAKE THE TEST";
}
