У Bootstrap есть класс, который называется well который может создать визуальное ощущение глубины для ваших столбцов. Гнездо один div элемент с классом well в каждом из ваших col-xs-6div элементов.
⌛
Add a div element with the class well inside each of your div elements with the class "col-xs-6"
⌛
Nest both of your div elements with the class "col-xs-6" within your div element with the class "row".
⌛
Make sure all your div elements have closing tags.