body .information {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0;
  gap: 70px;
  color: #fff;
}
body .information .informationWrapper {
  width: 100%;
  max-width: calc(120ch + 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 0 20px;
}
body .information .informationWrapper .infoComponent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body .information .informationWrapper .infoComponent ul {
  padding-left: 15px;
}
body .information a {
  display: flex;
  gap: 5px;
  text-decoration: underline;
}
body .information a:visited {
  color: #9A9A9A;
}
body .information #informationHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
body .information #informationHeading p {
  color: rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=termsOfServiceAndPrivacyPolicy.css.map */
