.faq-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;

    >a {
        white-space: nowrap;
    }
}