.category-showcase__tabs{
    display:flex;
    text-align: center;
    
}
.category-showcase__tab{
    align-items: center;
        border-radius: 0;
}
.category-showcase__tab-item {
    min-width: 0;
    display: flex;
    flex: 0 0 50%;
    text-align: center;
}