.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}
.flex{display:flex}
.flex-col{display:flex;flex-direction:column}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-8{gap:8px}
.gap-16{gap:16px}
.gap-24{gap:24px}
.gap-32{gap:32px}
.text-center{text-align:center}
.hidden{display:none}
