div#field_customer_customer_type div.row > div {
    display: inline-block;
    width: 45%;
    margin-left: 15px;
}

div#field_custom_customer_type .label-error {
    color: #ff4c4c;
}

@media(max-width: 1199px) {
    div#field_customer_customer_type div.row > div {
        width: 100%;
    }
}