.privacy-policy-page {
  padding: 40px 0;
}

.policy-header {
  height: 72px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.policy-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 100%;
}

.policy-title .title-part-1 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #E8E6D4;
  margin: 0;
}

.policy-title .title-part-2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  line-height: 100%;
  color: var(--color-orange);
  margin: 0;
}

.policy-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.policy-content * {
  margin: 0;
  padding: 0;
}

.policy-content h2,
.policy-content h3,
.policy-content h4 {
  height: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #E8E6D4;
  margin-top: 40px;
  margin-bottom: 15px;
}

.policy-content p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #E8E6D4;
  margin-bottom: 0;
}

.policy-content > h2:first-of-type,
.policy-content > h3:first-of-type,
.policy-content > h4:first-of-type {
  margin-top: 0;
}