.text:after {
  content: "";
  display: table;
  clear: both;
}
.text .text__inner-wrap {
  max-width: 636px;
}
.text .text__inner-wrap.text__inner-wrap--justify-center {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .text .text__inner-wrap.text__inner-wrap--justify-center {
    margin: initial;
  }
}
.text .text__inner-wrap.text__inner-wrap--justify-right {
  float: right;
}
@media only screen and (max-width: 768px) {
  .text .text__inner-wrap.text__inner-wrap--justify-right {
    float: none;
  }
}
.text .text__heading h1, .text .text__heading h2, .text .text__heading h3, .text .text__heading h4, .text .text__heading h5 {
  margin-top: 0;
}
.text .text__content *:first-child {
  margin-top: 0;
}
.text .text__content *:last-child {
  margin-bottom: 0;
}