.popcat .row {
    clear:both;
    
}

.popcat .row .col-md-6 {
    width: 50%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
}

.popcat .row a {
    color: #1e80ff;
    border-bottom: 1px #95c2ff solid;
    text-decoration: none;
}

.popcat .row img {
    float: left;
    margin-right: 33px;
}

.popcat .row .cat-h3 {
    font-size: 17px;
    margin-bottom: .5em;
    font-weight: bolder;
    line-height: 1.17em;
    font-family: 'Tahoma';
}

.popcat .row .col-md-6 ul li {
    list-style-type: none;
    margin-bottom: 0.4em;
}

.popcat .row .col-md-6 ul li a {
    color: #1e80ff;
    font-size: 14px;
    border-bottom: 1px #95c2ff solid;
    text-decoration: none;
}