.p-privacy {
  padding: 4rem 0;
}
.p-privacy__container {
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-privacy__container {
    width: 90%;
    padding: 0 2.2rem;
  }
}
.p-privacy__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: center;
}
.p-privacy__box {
  margin-bottom: 4rem;
  padding: 2.2rem;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.p-privacy__box:last-child {
  margin-bottom: 0;
}
.p-privacy__box-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.p-privacy__subtitle {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 2.2rem;
}
.p-privacy__cookie-text p {
  margin-bottom: 2.2rem;
  padding-left: 1.5rem;
  position: relative;
}
.p-privacy__cookie-text p:last-child {
  margin-bottom: 0;
}
.p-privacy__contact-box {
  margin-top: 3rem;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.5rem;
}
.p-privacy__contact-box .p-privacy__subtitle {
  text-align: center;
}
.p-privacy__contact-box p {
  line-height: 1.6;
  text-align: center;
}
.p-privacy p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2.2rem;
}
.p-privacy p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=quality_policy.css.map */