
.policy-section__title {
  font-size: 34px;
  margin-bottom: 12px;
}

.policy-section__updated {
  font-size: 13px;
  color: #777;
  margin-bottom: 32px;
}

.policy-section__content h2 {
  margin-top: 40px;
}

.policy-section__content ul {
  padding-left: 18px;
}

.policy-section__content table{
  border-collapse: collapse;
}

.policy-section__content table td{
  border: 1px solid #000000;
}

