.richtext--wrapper.justify-content-start,
.richtext--wrapper.justify-content-start .richtext-__heading {
 justify-content: flex-start;
}
.richtext--wrapper.justify-content-center,
.richtext--wrapper.justify-content-center .richtext-__heading {
 justify-content: center;
}
.richtext--wrapper.justify-content-center .richtext--desc {
 text-align: center;
 margin: 0px auto;
}
.richtext--wrapper.justify-content-end,
.richtext--wrapper.justify-content-end .richtext-__heading {
 justify-content: flex-end;
}
.richtext--wrapper.justify-content-end .richtext--desc {
 text-align: right;
 margin-left: auto;
}