@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.col-md-12 {
  margin: 0 15px;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 18px;
}

p {
  font-size: 16px;
}

ul,
ol {
  list-style-type: none;
}

ul.sub-pages {
  margin: 0 0 20px 0px;
  list-style: none;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
}

ul.sub-pages li::before {
  content: "\2022";
  color: #000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}

ul li,
ol li {
  margin-bottom: 10px;
}

ol {
  padding-inline-start: 20px;
}

ol.c {
  list-style-type: decimal;
}

ol.n {
  list-style-type: lower-roman;
}

ol.k {
  list-style-type: lower-alpha;
  padding-left: 44px;
}

ol.l {
  list-style-type: decimal-leading-zero;
}

p span {
  font-weight: bold;
  display: inline-block;
}

ol {
  counter-reset: item;
}

ol li {
  display: block;
  position: relative;
}

ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 5px;
  /* space between number and text */
}

.table {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 14px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.mt-7 {
  margin-top: 80px;
}

.text-bold {
  font-weight: 800;
  color: #000;
}

.content-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.feature-item {
  margin-bottom: 20px;
}

.feature-title {
  font-weight: 800;
}
