.topbread .breadcrumb {
    margin: 20px 0;
}

.topbread .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.topbread .breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #666;
}

.topbread .breadcrumb li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color: #999;
}

.topbread .breadcrumb a {
    color: #000000;
    text-decoration: none;
    transition: color .3s;
}

.topbread .breadcrumb a:hover {
    color: #0056b3;
}

.topbread .breadcrumb li.active {
    color: #222;
    font-weight: 600;
}


.cats2 h2.styleh4, .cats2 h3.styleh4 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 14px;
}

.styleh3 {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 16px;
}