.privacy_privacyContainer__vUIWT {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'DM Sans', sans-serif;    
    line-height: 1.6;
    color: #333;
  }
  
  .privacy_container__wYvU9{
   
    background-color: #fff;
    height: 70%;
    width: 100%;
    max-width: 100%;
    padding: 0% 7% 5% 7%;
  }
  .privacy_header__nfNDO {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .privacy_heading__WXIdE {
    color: #6e3b85;
    font-size: 21px;
  }
  
  .privacy_section__AOkPT {
    margin-bottom: 30px;
  }
  
  #privacy_subHeading__rCK6n {
    color: #6e3b85 !important;
    font-size: 18px !important;
  }
  .privacy_sectionHeading__gWs8f {
    color: #6e3b85;
    font-size: 18px;
  }
  
  .privacy_footer__dMwWv {
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
  }
  
  /* Spinner Styles */
  .privacy_spinner__NMosw {
    width: 3rem;
    height: 3rem;
  }
  
  .privacy_spinnerBorder__owgBV {
    width: 100%;
    height: 100%;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: privacy_spinner-border__yzdyl 0.75s linear infinite;
  }
  
  @keyframes privacy_spinner-border__yzdyl {
    to {
      transform: rotate(360deg);
    }
  }
  
  .privacy_srOnly__WapKz {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
