.tablist__width {
    width: 100% !important;
}

@media (min-width: 768px) {
    .tablist__width {
        width: auto !important;
    }
}