.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;
  }
}
.fair-use-policy__heading .page-heading__title {
  background-image: url('data:image/svg+xml,<svg width="378" height="33" viewBox="0 0 378 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 33H11ZM32.6918 18.8015L33.506 30.7738L32.6918 18.8015ZM136.812 14.5144L137.32 26.5036L136.812 14.5144ZM367 0.0959769V24.096H367.572C368.185 24.096 368.797 23.987 369.324 23.674C371.074 22.634 375 19.479 375 12.096C375 9.90698 375.935 7.02898 376.901 4.63998C377.751 2.53898 376.258 0.0959769 373.991 0.0959769H367ZM11 33C15.5402 33 19.8128 32.4751 23.4693 31.9785C27.3402 31.4527 30.3611 30.9877 33.506 30.7738L31.8775 6.82913C27.6948 7.11361 23.545 7.74785 20.2394 8.19679C16.7195 8.67485 13.81 9 11 9V33ZM33.506 30.7738C67.6635 28.4507 102.269 27.9872 137.32 26.5036L136.305 2.52509C102.258 3.96622 66.3631 4.48365 31.8775 6.82913L33.506 30.7738ZM137.32 26.5036C213.843 23.2645 289.772 24.096 367 24.096V0.0959769C290.139 0.0959769 213.484 -0.741761 136.305 2.52509L137.32 26.5036Z" fill="%23FFD4C2"/></g></svg>');
}