.field-options.field-radio>li {
    display: block;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 20px;
}

.field-options.field-radio label {
    cursor: pointer;
    width: 100%;
}

.field-options.field-radio .hic-content {
    padding-top: 0;
    padding-bottom: 0;
}

.field-options.field-radio .hic-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    padding: 15px 24px;
    text-align: center;
}

.field-options.field-radio .hic-title h3 {
    line-height: 1;
    margin-bottom: 0;
}

.field-options .hic-button-wrap .button {
    width: 100%;
    font-weight: 700;
}

.field-options.field-radio .hic-box {
    position: relative;
    border-radius: 10px;
}

/*@media (max-width: 640px){*/
/*    .step-options .field-radio>li {*/
/*        width: 100%;*/
/*    }*/
    
/*    .step-options .field-radio {*/
/*        flex-flow: column;*/
/*    }*/
    
/*    .step-options .field-radio label {*/
/*        padding-left: 0;*/
/*    }*/
/*}*/