main {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.privacy-policy-header {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-top: 80px;
}
@media all and (min-width: 768px) {
  .privacy-policy-header {
    text-align: center;
  }
}
.privacy-policy-header::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -15px;
  width: 10rem;
  height: 0.375rem;
  margin: 0 auto;
  background-color: #c7002a;
  border-radius: 3.125rem;
  content: "";
}
@media all and (min-width: 768px) {
  .privacy-policy-header::after {
    left: 0;
    right: 0;
  }
}

.privacy-policy-maincopy {
  font-weight: 700;
  margin-bottom: 60px;
}

.privacy-policy-subheader {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.privacy-policy-subheader::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -5px;
  height: 3px;
  width: 100%;
  margin: 0 auto;
  background-color: #1D2859;
  border-radius: 3.125rem;
  content: "";
}

.privacy-policy-section {
  margin-bottom: 40px;
}

.row {
  justify-content: center;
  padding: 10px;
  padding-right: 30px;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
}

ul {
  margin-bottom: 15px;
  font-size: 16px;
  list-style-type: disc;
  margin-left: 35px;
}

li {
  margin-bottom: 5px;
  font-weight: normal;
}

h2,
h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}/*# sourceMappingURL=privacy_policy.css.map */