.policy-page {
  max-width: 700px;
  padding: 24px 24px 40px;
  margin-left: auto;
  margin-right: auto;
}
.policy-page h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.policy-page h2,
.policy-page h3 {
  margin-bottom: 12px;
}
.policy-page section + section {
  margin-top: 40px;
}
.policy-page section > * + * {
  margin-top: 12px;
}
.policy-page p,
.policy-page li {
  line-height: 1.6;
}
.policy-page li + li {
  margin-top: 4px;
}
.policy-page hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.policy-page blockquote {
  border-left: 1px solid black;
  padding: 0 30px;
}

.page-heading__title {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-heading__underline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 48px;
  width: 100%;
}

.page-heading__description {
  max-width: 640px;
  color: #797986;
  font-size: 14px;
  text-align: center;
  margin: 16px auto 0;
}

.page-heading--mb {
  margin-bottom: 24px;
}

.page-heading--small .page-heading__title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .page-heading__title {
    font-size: 48px;
  }
}
.privacy-policy__heading .page-heading__title {
  background-image: url('data:image/svg+xml,<svg width="344" height="33" viewBox="0 0 344 33" fill="none" xmlns="http://www.w3.org/2000/svg"><g style="mix-blend-mode:multiply"><path d="M11 33V9H10.428C9.815 9 9.203 9.109 8.676 9.422C6.926 10.462 3 13.617 3 21C3 23.189 2.065 26.067 1.099 28.456C0.249 30.557 1.742 33 4.009 33H11ZM30.6201 18.8015L31.5199 30.7677L30.6201 18.8015ZM124.796 14.5144L125.357 26.5012L124.796 14.5144ZM333 0.0959769V24.096H333.572C334.185 24.096 334.797 23.987 335.324 23.674C337.074 22.634 341 19.479 341 12.096C341 9.90698 341.935 7.02898 342.901 4.63998C343.751 2.53898 342.258 0.0959769 339.991 0.0959769H333ZM11 33C15.2803 33 19.2805 32.453 22.5996 31.9546C26.1566 31.4205 28.7781 30.9739 31.5199 30.7677L29.7203 6.83526C25.8343 7.12746 21.9698 7.78011 19.0358 8.22066C15.8639 8.69695 13.3679 9 11 9V33ZM31.5199 30.7677C62.3823 28.447 93.5537 27.9896 125.357 26.5012L124.235 2.52747C93.5409 3.9639 60.9451 4.48732 29.7203 6.83526L31.5199 30.7677ZM125.357 26.5012C194.506 23.2652 263.111 24.096 333 24.096V0.0959769C263.516 0.0959769 194.11 -0.74246 124.235 2.52747L125.357 26.5012Z" fill="%23C5FAFD"/></g></svg>');
}