.hr-section.policy {
  background: #f6f5ef;
}
.privacy-policy-inner h1 {
  color: var(--color-2);
  font-size: 42px;
  font-weight: 700;
}
.privacy-policy h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  font-family: var(--font-01);
  margin-bottom: 20px;
}
.privacy-policy-inner h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  font-family: var(--font-01);
}
.privacy-policy-inner p {
  line-height: 1.75;
  margin: 0;
  font-family: var(--font-02);
}
.privacy-policy-inner h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 10px 0;
  font-family: var(--font-01);
}   
.privacy-policy-inner ul {
  padding: 0;
}
.privacy-policy-inner ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-family: var(--font-02);
  line-height: 1.75;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.privacy-policy-inner ul li a:hover {
  color: var(--color-2);
}
.privacy-policy-inner ul li::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0a4";
  font-size: 17px;
  left: 0;
  top: 2px;
  position: absolute;
  width: 25px;
  height: 25px;
  color: #06b453;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.privacy-policy-inner h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}