.simple-text-section-wrapper {
  padding-top: 1.5em;
}
@media (max-width: 544px) {
  .simple-text-section-wrapper img.alignright,
  .simple-text-section-wrapper img.alignleft {
    margin-bottom: 1em;
    width: 100%;
  }
}
@media (min-width: 545px) {
  .simple-text-section-wrapper.with-image {
    display: flex;
  }
  .simple-text-section-wrapper.with-image .text-content {
    flex-basis: fit-content;
  }
  .simple-text-section-wrapper.with-image .image-content.medium {
    display: contents;
  }
  .simple-text-section-wrapper.with-image .image-content.medium img {
    height: fit-content;
  }
  .simple-text-section-wrapper.with-image .text-content + .image-content,
  .simple-text-section-wrapper.with-image .image-content + .text-content {
    margin-left: 1em;
  }
}
@media (max-width: 544px) {
  .simple-text-section-wrapper.with-image.right {
    display: flex;
    flex-direction: column-reverse;
  }
  .simple-text-section-wrapper.with-image .text-content {
    margin-top: 1em;
  }
}

/*# sourceMappingURL=text-section.css.map */
