.privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 80px;
}

.privacy section:first-child {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 168px 0 48px 0;
}

.privacy section:first-child h1 {
  font-size: 60px;
  font-weight: 700;
  color: var(--gray-12);
  letter-spacing: -0.8px;
  line-height: 1.2;
}

.privacy section:first-child p {
  font-size: 16px;
  color: var(--gray-11);
  line-height: 1.4;
}

.privacy section:last-child {
  margin-bottom: 80px;
}

.privacy section {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 1280px;
  max-width: 1280px;
  padding: 0;
  gap: 16px;
}

.privacy section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.privacy section h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-12);
  line-height: 1.2;
}

.privacy section p {
  font-size: 16px;
  text-align: justify;
  color: var(--gray-12);
  line-height: 1.4;
}

.privacy section ul {
  list-style-type: disc;
  text-align: left;
}

.privacy section ul li {
  font-size: 16px;
  text-align: left;
  margin-left: 16px;
  color: var(--gray-12);
  line-height: 1.4;
}