.belief-container { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .belief-field { width: calc(100% / 5 - 20px); text-align: center; }