.insurance-product-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.10), 0 1.5px 6px rgba(0,0,0,0.08);
  transform: translateY(-4px) scale(1.03);
  transition: box-shadow 0.2s, transform 0.2s;
  border-color: #a22147
;
}
.insurance-product-card:hover .insurance-product-icon {
  filter: brightness(1.08) saturate(1.2);
}
.insurance-product-card:hover h3 {
  color: #a22147
;
  transition: color 0.2s;
}
.insurance-product-card {
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  border: 1.5px solid #f3f6fa;
}

@media (max-width: 767px) {
  .insurance-products-section .d-flex {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
    text-align: center !important;
  }
  .insurance-products-section h2.fw-bold,
  .insurance-products-section .insurance-products-seeall {
    text-align: center !important;
    justify-content: center !important;
    width: 100%;
    display: block;
  }
}
