DIV#dvPage {  }
DIV#dvPage > UL {  }
DIV#dvPage > UL > LI { box-sizing: border-box; display: inline-block; padding: 2em; vertical-align: top; width: 50% }
DIV#dvPage > UL > LI > IMG { border-radius: .5em; display: block; margin: 1em 0; width: 100% }
DIV#dvPage > UL > LI > P { text-indent: 1em }
DIV#dvPage > UL > LI > SPAN { font-size: 1.2em; font-weight: 800 }
DIV#dvPage > UL > LI > UL { margin-top: 2em }
DIV#dvPage > UL > LI > UL:before { background-color: #222; content: ''; display: block; height: 1px; margin-bottom: 2em; width: 5em }
DIV#dvPage > UL > LI > UL > LI { line-height: 1.5em; margin: .75em 0; padding-left: 7em; position: relative }
DIV#dvPage > UL > LI > UL > LI > SPAN { display: block; font-weight: 800; left: 0; position: absolute; top: 0 }