.section-privacy-main {
    padding: 9.6rem 25.6rem;
  }
  
  .section-privacy-main-div {
    display: flex;
    flex-direction: column;
  }
  
  .section-privacy-page-heading-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  
    padding: 4.8rem;
    text-align: center;
    margin-bottom: 4.8rem;
  }
  
  .section-privacy-img {
    width: 8rem;
    margin-right: 1rem;
  }
  
  .section-privacy-page-heading-h1 {
    text-decoration: underline;
    margin-bottom: 0 !important;
  }
  
  .section-privacy-main-div-heading-container {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }
  
  .heading-last-updated {
    text-decoration: underline;
    margin-top: 6.4rem;
  }
  
  .section-privacy-policy-item {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  
  .heading-policy-info-title {
    margin: 2.4rem 0;
  }
  
  .section-privacy-main-policy-container {
    display: flex;
    flex-direction: column;
    border: 0.1rem solid #f7f7f7;
    border-radius: 1.2rem;
    background-color: #f7f7f7;
    padding: 3rem;
  }
  
  /* *** MEDIA QUERIES *** */
  
  /* *** X-Large devices (large desktops, less than 1400px) *** */
  @media (max-width: 84em) {
  }
  
  /* *** Large devices (desktops, less than 1200px) *** */
  @media (max-width: 75em) {
    html {
      font-size: 56.25%;
    }
  }
  
  /* *** Medium devices (tablets, less than 992px) *** */
  @media (max-width: 62em) {
    html {
      font-size: 50%;
    }
  }
  
  /* *** Small devices (landscape phones, less than 768px) *** */
  @media (max-width: 48em) {
    html {
      font-size: 43.75%;
    }
  
    .section-privacy-main {
      padding: 9.6rem 3.2rem;
    }
  
    .heading-h1-primary {
      margin: 0 auto !important;
    }
  
    .section-privacy-main-policy-container {
      background-color: #fff;
      padding: 0;
    }
  }
  
  /* *** X-Small devices (portrait phones, less than 576px)*** */
  @media (max-width: 36em) {
    html {
      font-size: 37.5%;
    }
  }
  
