.service-details{
    background: !important;
}
.service-details .top{text-align:left; opacity:.68; margin-bottom:18px;}
.service-details .top b{font-weight:inherit;}
.service-details .top i{font-style:inherit; margin-right:18px;}
.service-details .top i:last-child{margin:0;}

.service-details dir{padding-top:18px; border-top:1px solid #e0e0e0;}
.service-details dir:after{display:block; content:''; clear:both;}
.service-details dir>dl:after{display:block; content:''; clear:both;}
.service-details dir>dl>dt{float:left; margin-right:8px; opacity:.88;}
.service-details dir>dl>dt b{font-weight:inherit;}
.service-details dir>dl>dd{float:left;}
.service-details dir>dl>dd i{font-style:inherit;}

.service-details .text{margin-bottom: 10px;}

.service-details .tag{margin:18px 0;}
.service-details .tag a{display:inline-block; margin-right:8px; border:1px solid #e0e0e0; padding:2px 8px; border-radius:3px;}

@media(max-width:767px){
.service-details .tag{margin-bottom:8px;}
.service-details .tag a{margin-right:4px; padding:2px 8px;}
.service-details .top{margin-bottom:8px;}
.service-details dir{padding-top:8px;}
 }