.list-editorial-check p{
  position: relative;
  padding-left: 42px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.68);
  font-size: clamp(1rem, 5vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: .2px;
}

.list-editorial-check p::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: 600;
  color: #d4a73c;

  border: 1px solid rgba(212,167,60,.55);
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(212,167,60,.18),
    rgba(212,167,60,.05)
  );

  box-shadow:
    0 0 8px rgba(212,167,60,.35);
}
