a {
    text-decoration: none !important;
}

.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);
}

.title-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.69) 0%, #00000017 100%);
    backdrop-filter: blur(20px);
    
}

.text-category {
    font-size: 15px;
}

.link-box-category {
    border-radius:15px;
}
.link-box-category .image-category{
    transition: transform 0.4s ease;
}

.link-box-category:hover .image-category {
      transform: scale(1.1);
    }