/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2023 | 08:29:30 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 06:12:35 */
.privacy .editor {
  padding: 0;
}
.privacy-box {
  padding: 5% 0;
}
@media only screen and (max-width: 796px) {
  .privacy-box {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 414px) {
  .privacy-box {
    padding: 10% 0;
  }
}
.privacy-text {
  text-align: center;
}
.privacy-text-title {
  color: var(--color-dark-brown);
}
.privacy-text-subtitle {
  padding: 0 10%;
  color: var(--color-brown);
}
@media (max-width: 640px) {
  .privacy-text-subtitle {
    padding: 0;
  }
}
@media (hover: none) {
  .privacy-text-subtitle {
    padding: 0;
  }
}
.privacy-list {
  margin-top: 5%;
}
.privacy-list-item {
  padding: 3%;
  text-align: justify;
  border-bottom: 1px solid #BDBDBD;
}
.privacy-list-item-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-list-item ul li {
  list-style: none;
}
.privacy-list-item li + li {
  margin-top: 1%;
}
