/* privacy */

.privacy-content {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 2rem;
  color: #fff;
  background-image: url("../img/bj.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.privacy-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  min-height: 43.3rem;
  padding: 2rem;
  background-color: #22141e6c;
  border-radius: 20px;
  box-shadow: inset -1px 3px 6px #8a6376;
}
