/* ------------------------------
 Privacy Policy
------------------------------ */
.p-privacy-box {
 margin-top: 60px;
 margin-bottom: 60px;
}
.p-privacy-box:last-of-type {
 margin-bottom: 0;
}
.p-privacy-box p:last-child {
 margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.p-privacy-box {
 margin-top: 30px;
 margin-bottom: 30px;
}
}