diff --git a/src/components/profile/SpecializationCard.tsx b/src/components/profile/SpecializationCard.tsx
index 8d3e8fd..5e90fa7 100644
--- a/src/components/profile/SpecializationCard.tsx
+++ b/src/components/profile/SpecializationCard.tsx
@@ -29,7 +29,7 @@ export function SpecializationCard({
};
return (
-
+
{icon}
{title}
diff --git a/src/components/profile/SpecializationSection.tsx b/src/components/profile/SpecializationSection.tsx
index 6197636..5317d5a 100644
--- a/src/components/profile/SpecializationSection.tsx
+++ b/src/components/profile/SpecializationSection.tsx
@@ -29,7 +29,7 @@ export function SpecializationSection({ fieldsData }: SpecializationSectionProps
{/* Top row - up to 3 cards */}
{topRowFields.length > 0 && (
-