The StatsCard uses max-w-[90vw] sm:max-w-[600px]. The ApplicationSelectionCard is currently max-w-[320px] sm:max-w-[360px] md:max-w-[400px]. I'll match them and adjust the card's internal layout to make good use of the wider space — buttons side by side.
Also remove the now-unused ArrowRight import:
The card now matches the StatsCard's max-w-[90vw] sm:max-w-[600px] width. The two buttons are arranged in a 2-column grid on sm+ screens (stacked on mobile), each rendered as a taller square-ish tile with the icon centred above the label — making better use of the wider canvas. Padding and font sizes are scaled down slightly to suit the new proportions.
Two changes needed: shift cards down in page.tsx by increasing top padding, and swap the applications array order in application-selection-card.tsx.
Increased the top padding on the cards section from pt-20/24/32/36 to pt-32/40/48/56 to push everything further down the page. In application-selection-card.tsx the applications array is swapped so "Apply as Clipper" is first (left column) and "Apply as Clipper Recruiter" is second (right column).