.elementor .e-23e1eec{display:block;flex-direction:column;align-items:center;background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffffff 50%,
      #fff9fc 72%,
      #f8eaf5 100%);
 border-radius:18px;
 padding: 14px;
 color: #32105c;
 box-shadow: 0 4px 12px rgba(50, 16, 92, 0.07), 
 0 10px 25px rgba(50, 16, 92, 0.06);
  transition: transform 0.25s ease,
      box-shadow 0.25s ease;
      overflow: hidden;
      min-height: 360px; /* adjust to your preferred height */
display: flex;
flex-direction: column;
justify-content: space-between; }

      selector:hover {
transform: translateY(-3px) !important;

  box-shadow:0 8px 18px rgba(50, 16, 92, 0.10),
      0 16px 32px rgba(50, 16, 92, 0.08) !important;\n}