.privacy-policy {
    padding: 60px 20px;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    line-height: 1.8;
  }
  
  .policy-inner {
    max-width: 950px;
    margin: 0 auto;
  }
  
  .policy-title {
    font-size: 80px;
    color: #d6d1ce;
    letter-spacing: 0.1em;
    text-align: left;
    font-family: jost;
    line-height: 1;
    font-weight: 300;
  }
  
  .policy-subtitle{
    font-size: 11px;
    color: #d6d1ce;
    margin-bottom: 60px;
  }

  .policy-inner h2 {
    font-size: 19px;
    margin-top: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
  }
  
  .policy-inner h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 4px;
    height: 1.4em;
    background-color: #817864; 
  }

  .policy-inner h3{
    font-size: 15px;
    margin-top: 20px;
    position: relative;
    padding-left: 15px;
  }

  .policy-inner h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 4px;
    height: 100%;
    background-color: #dddbd7; 
  }

  .policy-inner p {
    font-size: 15px;
    margin-top: 20px;
  }
  .privacy-last-p{
    margin-top: 35px !important;
  }
  @media screen and (max-width: 1024px){
    .privacy-policy{
      width: 90%;
      margin: 0 auto;
      padding: 60px 0;
    }
    .policy-title{
      font-size: 50px;
    }
  }
  @media screen and (max-width: 767px){
    .policy-title {
      font-size: 35px;
    }
    .policy-inner p{
      font-size: 13px;
      line-height: 1.2rem;
    }
    .policy-inner h2{
      font-size: 17px;
    }
    .policy-inner h3{
      font-size: 13px;
      line-height: 1.2rem;
    }
  }