.header {
  height: 274px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #181818;
}
.header h1 {
  font-size: 48px;
  font-family: Poppins, Poppins;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
}
.header .tag {
  margin-top: 19px;
  font-size: 20px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 30px;
}
.header .tag a {
  font-size: 20px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 30px;
}

.privacy-mainer {
  padding: 100px 0 140px;
}
.privacy-mainer .sub-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
}
.privacy-mainer .paragraph-content {
  margin-top: 10px;
  font-size: 18px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.privacy-mainer .paragraph-content b {
  color: #26344F;
}
.privacy-mainer li {
  margin-top: 10px;
  font-size: 18px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}