/* Scss Document */
$primary-color: #0086CD;
.service {
.lftbox {float:left; width: 49%; margin-right: 1%;}
.rhtbox {float:left; width: 49%; margin-left: 1%;}
.h3 { font-size: 18px; font-weight: bold; text-align: left; margin-bottom:15px; border-bottom: 1px solid #eee; padding-bottom: 5px; color:$primary-color; }
}
ol.listing {
li { text-align: left;}
}