.catgory-header .title h1 {
    color: var(--CLI);
}

.breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.breadcrumb-item a {
    color: #337875;
    font-size: 12px;
}

.breadcrumb-item {
    font-size: 12px;
    display: flex;
}

.breadcrumb-item.active {
    color: rgba(116, 116, 116, 0.75);
    font-size: 12px;
}

.link-category-blog {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
}

.link-category-blog img {
    border-radius: 15px;
}

.link-category-blog .text p {
    font-size: 16px;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.link-category-blog:hover .text p {
    color: #337875 !important;
}