.elementor .cards-wrapper{width:70%;padding:1rem;gap:30px;justify-content:space-between;align-items:stretch;}.elementor .card-3d{width:48%;height:100%;min-height:50vh;padding:2rem;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;align-items:center;border-radius: 20px;
  padding: 30px;
  background: white;

  box-shadow:
      /* עומק חיצוני */
      0 20px 40px rgba(0,0,0,0.08),
      0 6px 12px rgba(0,0,0,0.05),

      /* היילייט פנימי עליון */
      inset 0 1px 0 rgba(255,255,255,0.7),

      /* הצללה פנימית תחתונה */
      inset 0 -4px 8px rgba(0,0,0,0.04);\n}