.privacy-policy-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1.538rem;
  padding: 0 19.231rem;
  text-align: justify;
}

.legal .simple-header-container {
  /* padding: 0 19.231rem !important; */
  padding: 0 19.231rem;
}

.legal .ckeditor-content {
  .ckeditor-content-description {
    ol,
    ul,
    dl {
      padding-right: 0;
    }
  }
}

.builder-row.builder-r0-c0 > div.privacy-policy-container {
  padding-bottom: var(--mp16) !important;
  padding-top: var(--mp16) !important;
}

.section-item:last-child .privacy-policy-container {
  margin-bottom: var(--mp64);
}

.privacy-policy-left {
  flex: 1 1 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.231rem;
}

.privacy-policy-title {
  font-weight: var(--font-weight-700);
  font-size: var(--font-size-30);
  line-height: var(--line-height-36);
  color: #111827;
  vertical-align: middle;
}

.privacy-policy-content {
  font-weight: var(--font-weight-400);
  font-size: var(--font-size-18);
  line-height: var(--line-height-28);
  color: #374151;
}

.privacy-policy-content.with-border {
  border-left: 0.154rem solid #dc2626;
  padding-left: 1rem;
  gap: 1.25rem;
}

.privacy-policy-content.with-last-updated {
  font-weight: var(--font-weight-600);
}

.with-border.text {
  font-weight: var(--font-weight-600);
  font-style: italic;
  letter-spacing: 0;
  color: #1f2937;
}

@media (max-width: 1280px) {
  .privacy-policy-container {
    padding: 0 100px;
  }
  .legal .simple-header-container {
    /* padding: 0 19.231rem !important; */
    padding: 0 100px;
  }
}

@media (max-width: 1024px) {
  .privacy-policy-container {
    padding: 0 48px;
    gap: 1rem;
  }

  .legal .simple-header-container {
    padding: 0 48px;
  }

  .privacy-policy-title {
    font-size: var(--font-size-24);
    line-height: var(--line-height-32);
  }

  .privacy-policy-content {
    font-size: var(--font-size-16);
    line-height: var(--line-height-24);
  }

  .privacy-policy-content.with-border {
    padding-left: 0.75rem;
  }
}

@media (max-width: 768px) {
  .privacy-policy-container {
    flex-direction: column;
    padding: 0 24px;
    gap: 1rem;
  }

  .legal .simple-header-container {
    padding: 0 24px;
  }

  .privacy-policy-left {
    width: 100%;
  }

  .privacy-policy-title {
    font-size: var(--font-size-20);
    line-height: var(--line-height-28);
  }

  .privacy-policy-content {
    font-size: var(--font-size-14);
    line-height: var(--line-height-20);
  }

  .privacy-policy-content.with-border {
    padding-left: 0.5rem;
  }
}
