.home-segments .active{
    font-weight: 600;
    color: #000!important;
}

.home-segments .item {
    color: #747474;
    font-size: 1.1rem;
}

[data-bs-theme=dark] {

    .home-segments .item {
        color: #A5A5A5;
    }
    .home-segments .active{
        color: #fff!important;
    }
}