.privacy-policy-content {
    padding: 64px 0px; }
  
  .privacy-policy-content .content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: block; }
    .privacy-policy-content .content-wrapper > div {
      padding-bottom: 16px; }
    .privacy-policy-content .content-wrapper .sub-heading, .privacy-policy-content .content-wrapper p {
      font-family: 'Inter';
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
    .privacy-policy-content .content-wrapper ol {
      list-style-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3.6' cy='3.6' r='3.6' fill='%23141414'/%3E%3C/svg%3E%0A");
      padding-left: 20px; }
      .privacy-policy-content .content-wrapper ol li {
        list-style-type: circle;
        margin-bottom: 12px;
        padding-left: 10px;
        line-height: 28px;
       }
    .privacy-policy-content .content-wrapper span.bold {
      font-weight: 600; }