.list-all ul, .simple-text ul,
.list-all ol,
.simple-text ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li, .simple-text ul li,
.list-all ol li,
.simple-text ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul, .simple-text ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li, .simple-text ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child, .simple-text ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before, .simple-text ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}


.list-all ol,
.simple-text ol {
  margin-left: 1rem;
}


.list-all ol li,
.simple-text ol li {
  padding-left: 5px;
}

.simple-text .simple-text-in {
  max-width: 880px;
}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
  padding-top: 20px;
}

.simple-text h1:first-child,
.simple-text h2:first-child,
.simple-text h3:first-child,
.simple-text h4:first-child,
.simple-text h5:first-child,
.simple-text h6:first-child {
  padding-top: 0;
}

.title-text h1:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=simple-text.css.map */