.page-category .section-category__tabs{
        justify-content: center;
    max-width: fit-content;
    margin: 0 auto 80px auto;
}
@media (max-width:1600px){
    .page-category .section-category__tabs {
        margin: 0 auto 3rem auto;
    }
}