gridForProperty2[prop_, title_] :=
Grid[Join[{{colorItem[title, .85], SpanFromLeft},
Map[colorItem, {"", "Group A", "Group B", "Group C"}]},
Join[{{colorItem["Agree"]}, {colorItem["Disagree"]}},
Transpose[
Partition[
Map[Column[#, Alignment -> {Center}] &,
Transpose[model[prop]]], 2]], 2]], Dividers -> All,
ItemSize -> {10, 2}]