p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.3rem;
  line-height: 1.7;
}

ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}

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

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
}

table th,
table td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
}

table th {
  background-color: #f2f2f2;
}

.main-title {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
}

.sub-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.h-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.h-title--light {
  font-weight: 400;
  font-size: 1.1rem;
}

.update {
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 3rem;
  color: #565456;
}

.dash {
  margin-right: 0.3rem;
}

.privacy-container {
  padding: 1.5rem 2rem !important;
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 5px;
}