.privacyPage {
  background: #fff;
}

.privacyMain {
  min-width: 0;
}

.privacyResponsive {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 28px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(120, 190, 80, 0.16);
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  box-sizing: border-box;
}

.privacyResponsive p {
  margin: 0 0 24px;
}

.privacyResponsive p:last-child {
  margin-bottom: 0;
}

.privacyResponsive b {
  display: inline-block;
  margin-bottom: 6px;
  color: #3f8d2d;
  font-size: 18px;
}

.privacyResponsive a {
  color: #0097c9;
  text-decoration: underline;
}

.privacyResponsive img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .privacyResponsive {
    padding: 20px 16px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.85;
  }

  .privacyResponsive p {
    margin-bottom: 20px;
  }

  .privacyResponsive b {
    font-size: 16px;
  }
}
