.Privacy-policy__introduction {
  padding-bottom: 40px;
  font-size: 18px;
}

.Privacy-policy__group {
  padding-left: 30px;
  padding-bottom: 40px;
  position: relative;
}

.Privacy-policy__group::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url('../img/star-icon.png') top/cover no-repeat;
}

.Privacy-policy__group h3 {
  padding-bottom: 20px;
}

.Privacy-policy__group p {
  padding-bottom: 20px;
}

.Privacy-policy__group li {
  padding: 4px;
  list-style: inside;
}
