#stars_hp .page_privacy .privacy_box {
  width: 900px;
  margin: 0 auto;
}

#stars_hp .page_privacy {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.05em;
  padding: 204px 0 91px;
  color: #606060;
}

#stars_hp .page_privacy h3 {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #070707;
  margin-bottom: 5px;
}

#stars_hp .page_privacy p.sub_title {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 42px;
}

#stars_hp .page_privacy .p1 {
  text-align: center;
  margin-bottom: 60px;
}

#stars_hp .page_privacy h2 {
  font-size: 100px;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: #070707;
  text-align: center;
  font-weight: bold;
  margin-bottom: 110px;
  font-weight: 800;
  display: block;
}

#stars_hp .page_privacy h2::after {
  display: none;
}

#stars_hp .page_privacy .privacy_box p {
  margin-bottom: 41px;
}

#stars_hp .page_privacy ul {
  margin-top: -32px;
  list-style: none
}

#stars_hp .page_privacy .privacy_box_contact {
  line-height: 30px;
  background: rgba(225, 234, 248, 0.2);
  border-radius: 20px;
  border: 1px solid #E1E8F8;
  padding: 20px 40px;
  margin-top: -16px;
  display: inline-block;
}

@media (max-width: 1280px) {
  #stars_hp .page_privacy h2 {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  #stars_hp .page_privacy {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.02em;
    padding: 100px 0 78px;
  }

  #stars_hp .page_privacy .container {
    width: calc(100% - 32px);
  }

  #stars_hp .page_privacy p.sub_title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  #stars_hp .page_privacy h2 {
    font-size: 30px;
    margin-bottom: 66px;
  }

  #stars_hp .page_privacy .privacy_box {
    width: 100%;
  }

  #stars_hp .page_privacy .p1 {
    margin-bottom: 40px;
    letter-spacing: 0em;
  }

  #stars_hp .page_privacy h3 {
    font-size: 18px;
  }

  #stars_hp .page_privacy .privacy_box p {
    margin-bottom: 21px;
  }

  #stars_hp .page_privacy ul {
    margin-top: -11px;
  }

  #stars_hp .page_privacy ul li {
    margin-bottom: 6px;
  }

  #stars_hp .page_privacy .privacy_box_contact {
    margin-top: -3px;
    padding: 15px 20px;
    font-size: 12px;
  }
}