@import url("https://fonts.googleapis.com/css2");

body {
  font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.15;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

b {
  font-weight: 700;
}

.privacy__text h1,
.aml__text h1,
.privacy__text .last-modified,
.aml__text .last-modified {
  font-weight: 700;
  text-align: center;
}

.privacy__text h1,
.aml__text h1,
.privacy__text h2,
.aml__text h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.privacy__text p,
.aml__text p {
  margin-bottom: 15px;
  text-indent: 30px;
}

.privacy__text ul,
.aml__text ul {
  /* list-style: disc; */
  padding-left: 40px;
  margin-bottom: 15px;
}

.privacy__text ul li,
.aml__text ul li {
  margin-bottom: 5px;
}

.level-2 {
  padding-left: 20px;
}

.level-3 {
  padding-left: 40px;
}

.level-4 {
  padding-left: 60px;
}

.privacy__text strong,
.aml__text strong {
  font-weight: bold;
}

.privacy__text a,
.aml__text a {
  color: #007bff;
  text-decoration: underline;
}

.static-text {
	font-size: 18px;
}
.static-text .last-modified {
	margin-bottom: 10px;
}
.static-text p,
.static-text li {
	text-align: justify;
	line-height: 26px;
	text-indent: 0px;
}
.static-text ul {
	padding-left: 0px;
}
.static-text ol li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.static-text ol li::before {
   content: '•';
    position: absolute;
    left: 0px;
    font-size: 47px;
    top: 0px;
}
.static-text h2 {
	text-align: center;
}