/* Rich Text module */
.rich_text_module{
  padding: 56px 24px;
}
.rich_text_module__content{
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
}

.rich_text_module__content img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rich_text_module__content > *:not(:last-child) {
    margin-bottom: 2opx;
}

.rich_text_module__content > * {
    margin-top: 0;
}

.rich_text_module--white {
  background: #fff;
  color: #100F34;
}

.rich_text_module--dark {
  background: #100F34;
  color: #fff;
}
.rich_text_module .rich_text_module__content h1,
.rich_text_module .rich_text_module__content h2{
  line-height: 1.5;
}
.rich_text_module--dark .rich_text_module__content h1,
.rich_text_module--dark .rich_text_module__content h2{
  color: #F5843C;
}

.rich_text_module--dark .rich_text_module__content h3,
.rich_text_module--dark .rich_text_module__content h4,
.rich_text_module--dark .rich_text_module__content h5,
.rich_text_module--dark .rich_text_module__content h6 {
  color: #ffffff;
}