/* Applies styles to the Text Block when added to an article */
.node--type-article .block-inline-blocktext-block,
.node--type-article .landing-page__content .main-content,
.node--type-article .landing-page__content .main-content .text-formatted {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.5;
}

.node--type-article .text-formatted figure {
  margin: 0 0 30px
}