.elementor .soft-dotted-pink{position: relative;
overflow: hidden;
background: linear-gradient(
  135deg,
  #fdf2f8 0%,
  #ffffff 50%,
  #eff6ff 100%
);
}

.soft-dotted-pink::before {
content: "";
position: absolute;
inset: 0;
background-image: radial-gradient(
  circle,
  rgba(236, 72, 153, 0.15) 1.5px,
  transparent 1.5px
);
background-size: 20px 20px;
background-position: 0 0;
pointer-events: none;
z-index: 0;
}

.soft-dotted-pink> * {
position: relative;
z-index: 1\n}