To center the divs inside the initial div using Tailwind CSS, you can add a `justify-center` to center them vertically.  https://github.com/adrianhajdin/brainwave/blob/235246d44d92d1e0f765dcf411770f50fe6666f0/src/components/Benefits.jsx#L17
To center the divs inside the initial div using Tailwind CSS, you can add a

justify-centerto center them vertically.brainwave/src/components/Benefits.jsx
Line 17 in 235246d