.privacy_body {
  padding: 10px 15px;
}

.privacy_heading {
  margin: 0 0 14px;
  font-family: var(--font-family-1);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-7);
  line-height: 1.25;
}

.privacy_title {
  margin: 24px 0 10px;
  font-weight: var(--font-weight-6);
  font-size: var(--font-size-l);
  line-height: 25px;
  font-family: var(--font-family-1);
}

.privacy_text {
  margin: 0 0 12px;
  color: var(--text-custom);
  font-size: var(--font-size-m);
  line-height: 1.55;
}

.privacy_text strong,
.privacy_list strong {
  font-weight: var(--font-weight-7);
  color: white;
}

.privacy_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 14px;
}

.privacy_list li {
  font-size: var(--font-size-m);
  color: var(--text-custom);
  line-height: 1.5;
}

.privacy_body a {
  color: var(--span-color);
}

.badge span {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-4);
  position: absolute;
  right: 20px;
  color: var(--text-custom);
  opacity: 0.5;
}
