.page-projects .filter-item .icon{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2a3546;
}

.page-projects .filter-item.active .icon, .page-projects .filter-item:hover .icon{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
