diff --git a/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/index.html b/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/index.html
index e91f323..bdeb1e9 100644
--- a/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/index.html
+++ b/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/index.html
@@ -1,135 +1,118 @@
-
-
- Financial Safety Net Card
-
-
-
-
-
-
-
-
-
-

-
-
-
{{title}}
-
{{description}}
-
- {{ctaText}}
-
-
+ .description {
+ font-size: 12px;
+ line-height: 1.3;
+ margin: 0 0 10px 0;
+ color: #3A495D;
+ overflow: hidden;
+ overflow-wrap: anywhere;
+ word-wrap: anywhere;
+ display: -webkit-box;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ }
+
+ .cta-link {
+ font-size: 14px;
+ font-weight: 600;
+ color: #295EFF;
+ text-decoration: none;
+ transition: color 0.2s ease-in-out;
+ overflow-wrap: anywhere;
+ word-wrap: anywhere;
+ }
+
+ .cta-link:hover {
+ color: #0056b3;
+ }
+
+
+
+
+
+