.policy-section {
  padding: 30px 0 60px;
  max-width: 1098px;
}

.policy-title {
  font-size: 80px;
  margin-bottom: 30px;
}

.policy-body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text);
  line-height: normal;
}

.policy-body p {
  margin: 0;
}

.policy-body p + p {
  margin-top: 14px;
}

.policy-body h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text);
  line-height: normal;
  margin: 0;
}

.policy-body h2 + p {
  margin-top: 0;
}

.policy-body .policy-gap {
  height: 14px;
}

@media (max-width: 1023px) {
  .policy-section {
    padding: 20px 0 40px;
  }

  .policy-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
