@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.privacy-policy * {
  box-sizing: border-box;
}
.privacy-policy ul {
  margin: 1em 0;
  padding-left: 30px;
}
.privacy-policy ul li {
  margin-bottom: 10px;
}
.privacy-policy h2 {
  margin-top: 2em;
}
.privacy-policy .custom-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.privacy-policy .custom-table .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
.privacy-policy .custom-table .table p {
  margin: 0;
}
.privacy-policy .custom-table .table p + p {
  margin-top: 0.75rem;
}
.privacy-policy .custom-table .table th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-weight: 500;
  background: #ddd;
}
.privacy-policy .custom-table .table td,
.privacy-policy .custom-table .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}