/* =========================================================
privacy policy
========================================================= */
@media (max-width: 768px) {
  .privacy-block {
    margin: 24px 0 0;
  }
}
@media (min-width: 769px) {
  .privacy-block {
    margin: 48px 0 0;
  }
}
.bg-green {
  background: #AED581;
  width: fit-content;
}

.bg-pink {
  background: #FFCDD2;
  display: inline-block;
}

.bg-blue {
  background: #64B5F7;
  width: fit-content;
}

.large2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .large2 {
    font-size: 22px;
  }
}
.list-box {
  margin-top: 10px;
}

.dot-list {
  list-style: disc;
  margin-left: 30px;
}

.note {
  font-size: 14px;
}