.expertise-name-list {
    display: flex;
    gap: 1em;
    overflow-x: scroll;
}

.expertise-name-list h1 {
    flex-shrink: 0;
}