.cookie-policy {}

.cp-hero {
  background: var(--color-surface-black);
}

.cp-hero-container {
  display: flex;
  justify-content: flex-start;
}

.cp-hero-text {
  max-width: 720px;
}

.cp-section.alt {
  background: var(--color-surface-dark);
}

.cp-container {
  display: flex;
  justify-content: flex-start;
}

.cp-text {
  max-width: 760px;
}

.cp-text-wide {
  max-width: 900px;
}

.cp-subsection {
  margin-top: var(--space-3);
}

.cp-text h3,
.cp-text-wide h3 {
  margin-top: var(--space-3);
}

@media (max-width: 768px) {
  .cp-hero-text,
  .cp-text,
  .cp-text-wide {
    max-width: 100%;
  }
}
