
.hosting-plans { background: #008080; color: #fff; padding: 40px; text-align: center; font-family: Poppins, sans-serif; }
.plans-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 20px; }
.plan-card { background: #fff; color: #333; border-radius: 8px; padding: 20px; width: 280px; }
.plan-card h3 { color: #008080; font-size: 20px; }
.plan-card ul { list-style: none; padding: 0; text-align: left; }
.plan-card ul li { margin-bottom: 5px; }
