
body {
    margin: 0;
    padding: 0;
  }
  
  .privacy-container {
    /* margin: 0 2.5rem; */
    width: 100%;
    position: relative;
    top: 150px;
 
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .privacy-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #7f56d9;
    margin-bottom: 60px;
  }
  
  .privacy-heading p {
    color: #7f56d9;
    text-align: center;
    font-family: GothamBook;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: -1.28px;
    margin-bottom: 10px;
  }
  
  .privacy-content {
    display: flex;
    width: 80%;
    justify-content: center;
    flex-direction: column;
  }
  
  .bold-paragraph p {
    font-family: GothamMedium;
    font-size: 1rem;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: 0.035em;
    text-align: left;
  }
  
  .privacy-subheading p {
    font-family: GothamBook;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.035em;
    text-align: left;
    text-decoration: underline;
  }
  
  .normal-paragraph p {
    font-family: GothamBook;
    font-size: 1rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.035em;
    text-align: left;
  }
  
  #gof-academy-link a {
    text-decoration: none;
    color: #7f56d9;
    font-weight: 600;
  }
  
  .grievance-officer a {
    color: black;
  }
  
  .grievance-officer-heading {
    font-family: GothamBook;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.035em;
    text-align: left;
    text-decoration: none;
  }
  
  #grievance-officer-id {
    font-weight: 600;
  }
  
  #test-features-list p {
    line-height: 100%;
  }
  
  .test-features {
    padding-left: 10px;
  }
  
  @media screen and (max-width: 1200px) {
  }