/* CSS Document */
.privacy {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.privacy-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.privacy-subtitle {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}
.privacy-list {
  margin-bottom: 18px;
}
.privacy-row {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .privacy {
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .privacy-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .privacy-subtitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .privacy-list {
    margin-bottom: 20px;
  }
  .privacy-text {
    margin-bottom: 12px;
  }
  .privacy-row {
    margin-bottom: 80px;
  }
}
