.privacy-page {
  max-width: 1008px;
  margin: 0 auto;
  padding: 100px 1rem;
}

.privacy-page .title-wrapper {
  margin-bottom: 3rem;
}

.privacy-page .title-wrapper h1 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 3rem;
}

.privacy-page .title-wrapper p {
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .privacy-page h1 {
    font-size: 1.2rem;
  }
}

.privacy-page .cel:not(:last-child) {
  margin-bottom: 2rem;
}

.privacy-page .cel-title {
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.privacy-page .cel-contents {
  font-size: 1rem;
  line-height: 2;
}
