.dialog-content {
  background-color: #fff;
  padding: 50px 25px;
}
.dialog-content h1 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}
.dialog-content h2 {
  font-size: 18px;
}
.dialog-content h2.dialog-title-small {
  text-align: center;
  margin-bottom: 20px;
}

.dialog-content p {
  text-indent: 28px;
  font-size: 14px;
  color: #666666;
}
.dialog-content h2 {
  text-indent: 28px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.dialog-content p {
  line-height: 1.6em;
  margin-bottom: 10px;
  font-weight: 400;
}
.dialog-content p strong {
  font-weight: 400;
  color: #000;
}

@media (max-width: 978px) {
  .dialog-content {
    padding: 0;
    padding-top: 30px;
  }
  .dialog-content h1 {
    font-size: 28px;
  }
}
.privacy-table {
  margin-left: 28px;
}
.privacy-table p {
  text-align: left;
  padding-top: 5px;
  text-indent: 10px;
  margin-bottom: 10px;
}
