#WG_cat_detail .name_cat {
    text-align: center;
    font-family: lato;
    display: table;
    margin: 0 auto;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3d3d3d;
    border-bottom: 1px solid #ca2e54;
}
#WG_cat_detail .path {
font-family: lato;
    font-size: 14px;
    color: #cfcfcf;
    text-transform: uppercase;
    display: table;
    margin: 5px auto;
}
#WG_cat_detail .none {display: none;}

@media (max-width:767px) {
#WG_cat_detail .name_cat {    font-size: 2.2em;}
}

