.elementor .e-5e3d870-6cdd7f0{padding-block-start:50px;padding-block-end:150px;padding-inline-start:50px;padding-inline-end:50px;flex-direction:column;align-items:center;position: relative;
overflow: hidden;
background: linear-gradient(
  135deg,
  #fdf2f8 0%,
  #ffffff 50%,
  #fff7ed 100%
);
}

.soft-dotted-bg::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-bg > * {
position: relative;
z-index: 1\n}