.privacy-breadcrumb {
  background: url("img/foot.jpg") center center/cover no-repeat;
  padding-top: 155px;
  padding-bottom: 90px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 24px;
}
.privacy-breadcrumb .breadcrumb-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.privacy-breadcrumb .breadcrumb-separator {
  color: #c4b5fd;
  margin: 0 8px;
}
.privacy-breadcrumb h1 {
  color: #fff;
  margin: 8px 0 0 0;
  font-size: 40px;
}
.privacy-content {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
  color: #22223b;
  font-size: 1rem;
}
.privacy-content h2 {
  color: #292622;
  font-size: 1.15rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.privacy-content ul {
  margin-left: 1.2em;
  margin-bottom: 1em;
}
.privacy-content li {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .privacy-breadcrumb h1 {
    font-size: 23px;
  }
  .privacy-breadcrumb {
    padding-top: 130px;
    padding-bottom: 58px;
  }
}
