Description:
On the Offline Centers page, the boxes/cards displaying center details leave unnecessary empty space between them. This makes the layout look uneven and unpolished.
Steps to Reproduce:
Navigate to the Offline Centers page.
Observe the layout of the boxes/cards.
Notice the extra space between boxes which breaks the visual flow.
Expected Behavior:
Boxes/cards should be evenly spaced with consistent margins and padding.
Layout should look balanced and visually appealing.
Page should remain responsive across all screen sizes.
Proposed Fix:
Adjust CSS grid/flexbox properties to reduce unnecessary gaps.
Ensure equal spacing between boxes/cards.
Optimize responsiveness so the layout adapts cleanly across devices.

Description:
On the Offline Centers page, the boxes/cards displaying center details leave unnecessary empty space between them. This makes the layout look uneven and unpolished.
Steps to Reproduce:
Navigate to the Offline Centers page.
Observe the layout of the boxes/cards.
Notice the extra space between boxes which breaks the visual flow.
Expected Behavior:
Boxes/cards should be evenly spaced with consistent margins and padding.
Layout should look balanced and visually appealing.
Page should remain responsive across all screen sizes.
Proposed Fix:
Adjust CSS grid/flexbox properties to reduce unnecessary gaps.
Ensure equal spacing between boxes/cards.
Optimize responsiveness so the layout adapts cleanly across devices.