.category_tag span {
    font-size: 16px;
    padding-right: 0px;
}
.category_tag {
    text-align: start;
    padding: 0 0 15px 0px;
    line-height: 14.4px;
}
.category_tag a{
    font-size: 16px;
    text-decoration: underline;
    color: #999999;
    padding-right: 0px;
    line-height: 20px;
}
div#category_description_short h2, div#category_description_full h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}
div#category_description_short p, div#category_description_full p, div#category_description_short, div#category_description_full {
    font-size: 16px;
    font-weight: 300;
    line-height: 16.5px;
}
div#category_description_short h3 {
    font-weight: 400;
}
a.lnk_more {
    padding: 0;
    color: #999;
    background: none;
    border: none;
    font-weight: 400;
}
@media (max-width: 767px) {
    .category_tag span {
        font-size: 12px;
        padding-right: 0px;
    }
    .category_tag a{
        font-size: 12px;
        text-decoration: underline;
        color: #999999;
        padding-right: 0px;
    }
    div#category_description_short h2, div#category_description_full h2 {
        font-size: 13px;
        font-weight: 500;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 0;
    }
    a.lnk_more {
        text-transform: initial;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 2px;
        margin-top: 0px;
        color: #999;
        border-bottom: 1px solid;
        line-height: 12px;
        margin-left: 10px;
    }
    div#category_description_short p, div#category_description_full p, div#category_description_short, div#category_description_full {
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
    }

}