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