.sign path {
  will-change: stroke-dashoffset;
}

.check-bullet ul {
    list-style: none;
    padding-left: 0!important;
}

.check-bullet li {
  position: relative;
  padding-left: 20px;
}

.check-bullet li::before {
  content: "✔️ ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(12px, 0.693rem + 0.24vw, 14px);
}


@keyframes signature-draw {
  to {
    stroke-dashoffset: 0;
  }
}