.webform-flexbox {
  flex-wrap: wrap;
}
.webform-flex {
  min-width: 50%;
}
.webform-flexbox .form-item {
    margin-top: 0.75rem;
    margin-bottom: 0.375rem;
}
.webform-confirmation {
    background-color: #dadfe3;
    padding: 1px 30px 15px;
}
.ttt-status-message--error {
    border-color: #D4000C;
    background-color: transparent;
    display: none;
}
legend.captcha__title {
    display: none;
}
fieldset.captcha.captcha-type-challenge--image {
    margin-top: 25px;
    margin-bottom: 15px;
}
.captcha .description {
    display: none;
}
.captcha input {
    max-width: 230px;
    display: block;
}
div#edit-consent--description {
    max-width: 710px;
}
.webform-submission-whitepaper-form {
    margin-bottom: 60px;
}