@import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.1.0/dist/tailwind.min.css');

ol {
  list-style-type: auto;
  padding-left: 1.25rem;
}

ol li::marker {
  font-weight: 700;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  position: relative;
  padding-left: 2rem;
}

ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url('../check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
