.section-best-sellers {
    width: 100%;
}

.section-best-sellers__tabs {
    width: 100%;
    padding: 0 50px;
    overflow: hidden;
}

.section-best-sellers .center-slider {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .section-best-sellers__tabs {
        padding: 0;
    }
}
