File: D:/HostingSpaces/SBogers10/zuiderbos.komma.pro/wwwroot/css/dynamic/_twoTextColumn.sass
.two-text-columns
padding: 0 0 45px
.content-container
position: relative
z-index: 10
+flex(center, flex-start)
.left-content, .right-content
background: white
width: calc(50% - 20px)
padding: 0
h1, h2
text-align: left
font-weight: bold()
color: $orange
p, em, span
color: $gray
a
color: $orange
strong
color: $darkBlue
a
text-decoration: underline
ul
list-style: none
padding-left: 20px
margin-top: 20px
margin-bottom: 0
li
position: relative
color: $orange
font-size: 16px
line-height: 24px
margin-bottom: 5px
&:before
content: ''
+sprite(-443px 0, 16px, 12px)
display: inline-block
position: absolute
left: -23px
top: 6px
.left-content
margin-right: 19px
&.content66
width: calc(100% / 3 * 2 - 20px)
&.content50
width: calc(100% / 2 - 20px)
&.content33
width: calc(100% / 3 - 20px)
.right-content
margin-left: 19px
&.content66
width: calc(100% / 3 - 20px)
&.content50
width: calc(100% / 2 - 20px)
&.content33
width: calc(100% / 3 * 2 - 20px)
+respond-to-width(650px)
.two-text-columns
.content-container
display: block
.left-content, .right-content
width: 100% !important
margin: 0
.left-content
margin-bottom: 40px