Change this block sections designs that it would be smaller and would take less space on mobile version
Browse files- index.html +23 -25
index.html
CHANGED
|
@@ -72,46 +72,44 @@
|
|
| 72 |
</div>
|
| 73 |
</div>
|
| 74 |
</section>
|
| 75 |
-
|
| 76 |
<!-- Benefits Section -->
|
| 77 |
-
<section class="py-
|
| 78 |
-
<div class="max-w-
|
| 79 |
-
<h2 class="text-3xl font-bold text-center text-blue-800 mb-
|
| 80 |
-
<div class="grid
|
| 81 |
-
<div class="bg-white p-
|
| 82 |
-
<div class="bg-blue-100 w-
|
| 83 |
-
<i data-feather="dollar-sign" class="text-blue-600 w-
|
| 84 |
</div>
|
| 85 |
-
<h3 class="text-xl font-semibold text-center mb-
|
| 86 |
-
<p class="text-gray-600 text-center">
|
| 87 |
Protect your loved ones from financial burden during an already difficult time with guaranteed coverage.
|
| 88 |
-
</p>
|
| 89 |
</div>
|
| 90 |
|
| 91 |
-
<div class="bg-white p-
|
| 92 |
-
<div class="bg-blue-100 w-
|
| 93 |
-
<i data-feather="heart" class="text-blue-600 w-
|
| 94 |
</div>
|
| 95 |
-
<h3 class="text-xl font-semibold text-center mb-
|
| 96 |
-
<p class="text-gray-600 text-center">
|
| 97 |
No medical exam required for most applicants. Easy qualification with rates as low as $20/month.
|
| 98 |
-
</p>
|
| 99 |
</div>
|
| 100 |
|
| 101 |
-
<div class="bg-white p-
|
| 102 |
-
<div class="bg-blue-100 w-
|
| 103 |
-
<i data-feather="user" class="text-blue-600 w-
|
| 104 |
</div>
|
| 105 |
-
<h3 class="text-xl font-semibold text-center mb-
|
| 106 |
-
<p class="text-gray-600 text-center">
|
| 107 |
Coverage starts immediately with full benefits from day one - no waiting periods.
|
| 108 |
-
</p>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
</div>
|
| 112 |
</section>
|
| 113 |
-
|
| 114 |
-
<!-- Testimonials -->
|
| 115 |
<section class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
|
| 116 |
<h2 class="text-3xl font-bold text-center text-blue-800 mb-12">What Our Clients Say</h2>
|
| 117 |
|
|
|
|
| 72 |
</div>
|
| 73 |
</div>
|
| 74 |
</section>
|
|
|
|
| 75 |
<!-- Benefits Section -->
|
| 76 |
+
<section class="py-10 px-4 sm:px-6 lg:px-8 bg-blue-50">
|
| 77 |
+
<div class="max-w-4xl mx-auto">
|
| 78 |
+
<h2 class="text-2xl md:text-3xl font-bold text-center text-blue-800 mb-6 md:mb-10">Why Final Expense Insurance?</h2>
|
| 79 |
+
<div class="grid grid-cols-1 sm:grid-cols-3 gap-4 md:gap-6">
|
| 80 |
+
<div class="bg-white p-4 md:p-6 rounded-lg shadow-sm">
|
| 81 |
+
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4 mx-auto">
|
| 82 |
+
<i data-feather="dollar-sign" class="text-blue-600 w-6 h-6"></i>
|
| 83 |
</div>
|
| 84 |
+
<h3 class="text-lg md:text-xl font-semibold text-center mb-2">Peace of Mind</h3>
|
| 85 |
+
<p class="text-sm md:text-base text-gray-600 text-center">
|
| 86 |
Protect your loved ones from financial burden during an already difficult time with guaranteed coverage.
|
| 87 |
+
</p>
|
| 88 |
</div>
|
| 89 |
|
| 90 |
+
<div class="bg-white p-4 md:p-6 rounded-lg shadow-sm">
|
| 91 |
+
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4 mx-auto">
|
| 92 |
+
<i data-feather="heart" class="text-blue-600 w-6 h-6"></i>
|
| 93 |
</div>
|
| 94 |
+
<h3 class="text-lg md:text-xl font-semibold text-center mb-2">Simple Process</h3>
|
| 95 |
+
<p class="text-sm md:text-base text-gray-600 text-center">
|
| 96 |
No medical exam required for most applicants. Easy qualification with rates as low as $20/month.
|
| 97 |
+
</p>
|
| 98 |
</div>
|
| 99 |
|
| 100 |
+
<div class="bg-white p-4 md:p-6 rounded-lg shadow-sm">
|
| 101 |
+
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4 mx-auto">
|
| 102 |
+
<i data-feather="user" class="text-blue-600 w-6 h-6"></i>
|
| 103 |
</div>
|
| 104 |
+
<h3 class="text-lg md:text-xl font-semibold text-center mb-2">Immediate Benefits</h3>
|
| 105 |
+
<p class="text-sm md:text-base text-gray-600 text-center">
|
| 106 |
Coverage starts immediately with full benefits from day one - no waiting periods.
|
| 107 |
+
</p>
|
| 108 |
</div>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
</section>
|
| 112 |
+
<!-- Testimonials -->
|
|
|
|
| 113 |
<section class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
|
| 114 |
<h2 class="text-3xl font-bold text-center text-blue-800 mb-12">What Our Clients Say</h2>
|
| 115 |
|