diff --git a/src/components/donate/SponsorshipStats.tsx b/src/components/donate/SponsorshipStats.tsx
index c9031ae3..137d8dc9 100644
--- a/src/components/donate/SponsorshipStats.tsx
+++ b/src/components/donate/SponsorshipStats.tsx
@@ -32,11 +32,13 @@ export function SponsorshipStats() {
initial={{ opacity: 0, y: 20 }}
animate={{ opacity: 1, y: 0 }}
transition={{ delay: index * 0.1 }}
- className="bg-white/80 backdrop-blur-sm p-6 rounded-xl border border-gray-200"
+ className="bg-white shadow-lg rounded-xl p-6 border border-gray-200 hover:shadow-xl transition-shadow duration-300"
>
-
{stat.value}
-{stat.label}
+{stat.value}
+{stat.label}
))}