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