/* This source code is exported from pxCode, you can get more document from https://www.pxcode.io */
.main-content.layout {
  width: 82.8%;
  margin: 205px auto 601px;
}
@media (max-width: 1199px) {
  .main-content.layout {
    width: 86.52%;
  }
}
@media (max-width: 991px) {
  .main-content.layout {
    width: 89.54%;
  }
}
@media (max-width: 767px) {
  .main-content.layout {
    width: 91.94%;
  }
}
@media (max-width: 575px) {
  .main-content.layout {
    width: 93.83%;
  }
}
@media (max-width: 479px) {
  .main-content.layout {
    width: 95.3%;
  }
}
@media (max-width: 383px) {
  .main-content.layout {
    width: 96.43%;
  }
}

.privacy-page {
  background-color: rgb(255, 255, 255);
  font: 1em/2 "Roboto", Helvetica, Arial, serif;
  color: black;
  letter-spacing: 0.08px;
}

.privacy-page.layout {
  overflow: hidden;
  min-height: 7821px;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex.layout {
  position: relative;
}

.main-content.layout {
  flex-grow: 1;
  width: 85.21%;
  margin: 213px 6% 632px 8.78%;
}

.center-text h1, .center-text span {
  display: flex;
  justify-content: center;
  text-align: center;
}

.title {
  font: 500 1.5em/1.5 "Roboto", Helvetica, Arial, serif;
  color: black;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.subtitle {
  font-size: 1.125em;
}

.header {
  font: 500 1.25em/1.87 "Roboto", Helvetica, Arial, serif;
  color: black;
  letter-spacing: 0px;
  text-transform: uppercase;
}

p, .content-section, section {
  margin-bottom: 1em;
}

li > p {
  margin-top: 1em;
}