.main ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.main ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  font-family: Roboto Light, sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: rgb(0 0 0 / 0.6);
}

.main ul li::marker,
.main ul li::-webkit-details-marker {
  content: none;
}

.main ul li::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -3px;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  background-color: rgb(0 185 118 / 1);
}

.main ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 2.25rem;
  counter-reset: item;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.main ol > li {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  padding-left: 0.75rem;
  font-family: Roboto Light, sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: rgb(0 0 0 / 0.6);
  counter-increment: item;
}

.main ol > li::before {
  content: counter(item);
  display: inline-flex;
  height: 19px;
  min-height: 19px;
  width: 19px;
  min-width: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(236 172 99 / 1);
  font-family: Syne Bold, sans-serif;
  font-size: 10px;
  color: white;
}

.main ol > li::marker {
  content: none;
}

.main p {
    margin: revert;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    --tw-text-opacity: 0.6 !important;
}

.main p:first-child {
    margin-top: 0px !important;
}

.main p a[href] {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 185 118 / var(--tw-text-opacity));
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}