.bb-shape-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.bb-shape {
  position: absolute;
  inset: auto -10% -10% auto;
  width: 45%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(128, 0, 255, 0.2),
    rgba(0, 186, 189, 0.1) 60%,
    transparent 70%
  );
  filter: blur(10px);
  pointer-events: none;
}
.bb-benefits .bb-check {
  line-height: 1.2;
}
.bb-benefits li {
  padding-left: 0.15rem;
}
