.reset-desc {
  overflow: hidden;
}
.reset-desc :is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p) {
  margin-bottom: 1.5rem;
}
.reset-desc :is(a) {
  color: var(--Primary);
  text-decoration: underline;
}
.reset-desc :is(ul, ol , li) {
  padding: revert;
  margin: revert;
  list-style: revert !important;
}
.reset-desc :is(li) p {
  margin-bottom: 0 !important;
}