#servicesIn
{
background: #bbb;
padding-bottom: 25px;


}
#services
{
width: 80%;
border: 0px;
background: #ddd;
position: relative;
margin: 0 auto;
padding-right: 15px;


}
.servicesRow
{
border: 0px;
}
.servicesRow>td
{
color: #222;
vertical-align: top;
padding-left: 20px;
min-width: 400px;
}
.servicesRow>td>h2
{
color: #ff971f;
font-size: 25px;
background: #333;
width: 100%;
vertical-align: middle;
text-align: center;
min-height: 65px;
}
.servicesRow>td>ul
{
font-size: 20px;
color: #222;
position: relative;
left: -25px;
}
.servicesRow>td>ul>li
{
list-style: none;
padding-left: 25px;
font-size: 25px;
border-bottom: #222 dotted 1px;

background: url(../assets/img/checkmark.png) no-repeat left;
}