body {
  font-family: sans-serif;
}

h2 {
  margin: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  color: #0f172a;
}

h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0f172a;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f172a;
  overflow-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2563eb;
  text-decoration: none;
}

.rootContainer {
  margin: 0 15%;
}

.bulletPoints {
  margin-left: 48px;
}
.bullet {
  color: #2563eb;
}

h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #0f172a;
}

.accept {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #475569;
}

table {
  width: 100%;
}

tr {
  width: 100%;
}

th {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #0f172a;
  padding: 4px 0px 4px 8px;
  background: #f1f5f9;
  border-bottom: 1px solid #cbd5e1;
}

td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #0f172a;
  padding: 10px 20px;
  border-bottom: 1px solid #cbd5e1;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
