div#cnt-dtl-service p{
    margin: 0;
} 
div#cnt-dtl-service h3,
div#cnt-dtl-service h4{
    margin-bottom: 10px;
}
section.services-list ul,
div.service-txt ul{
    list-style: none;
    margin: 0;
}
section.services-list ul li,
div.service-txt ul li{
    margin-bottom: 10px;    
}
section.services-list ul li,
section.services-list ul li span{
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
section.services-list ul li:hover{
    cursor: pointer;
    color: #ff0000;
}
section.services-list ul li.current-service span,
section.services-list ul li:hover span{
    background-color: #b9b8b8;
    text-shadow: 1px 1px #000000;
}
section.services-list ul li.current-service{
    color: #ff0000;
}
section.services-list ul li span{
    background-color: #E8E8E8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    text-shadow: 1px 1px #B9B8B8;
    width: 20px;
}
div.cnt-dtl-service-img{
    width: 50%;
    margin-right: 20px;
}
div.cnt-dtl-service-img figure{
    margin: 10px;
}