The CSS is below:
#RR .rewards-banner-lego .bubble ul {
align-items: center;
bottom: 100px;
column-count: 4;
display: flex;
justify-content: center;
list-style: none;
position: relative;
}
If I add something like width: 500px;
it adjusts to the side and does not center, how come?