.wrapper {
max-width: 62%;
margin: 20px auto;
}
.itemLinks {
display: flex;
list-style-type: none;
justify-content: center;
font-size: 16px;
}
.itemText {
font-size: 14px;
display: block;
}
.itemLink {
margin: 0 5px;
// white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 140px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}