.description p, .description li {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-variant: normal;
  white-space: pre-wrap;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.disc h2 {
  margin: 0;
}

.disc ul {
  list-style-type: disc;
}

.disc ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 1.7rem;
}

h2 {
  font-size: 1.9rem;
  padding-bottom: 10px;
}

.tableWrapper {
  width: 100% !important;
  overflow-x: auto !important;
}

tr:first-child td:last-child {
  font-weight: bold;
  width: 50% !important;
}

tr:first-child td:first-child {
  width: 15% !important;
}

tr:first-child td:nth-child(3) {
  width: 20% !important;
}
tr:first-child td:nth-child(4) {
  width: 20% !important;
}

table {
  width: 100% !important;
}

table tbody tr td {
  padding: 7px !important;
}

table tbody tr td p {
  padding: 0 !important;
}
