/* 1. Force full width */
#page_6 .dynamic-target .form-group.col-sm-6,
#page_7 .dynamic-target .form-group.col-sm-6 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 2px !important;
}

/* 2. remove extra white space */
#page_6 .dynamic-target .row.bottom-padding-10,
#page_7 .dynamic-target .row.bottom-padding-10 {
    padding-bottom: 0 !important;
}

/* 3. Handle Text Alignment for long titles */
#page_6 .dynamic-target .radio label,
#page_7 .dynamic-target .radio label {
    display: flex !important;
}