.ParagraphMedia {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .ParagraphMedia-subtitle {
    order: -1;
    font-size: 2rem;
    font-weight: normal;
    width: 100%;
    max-width: 93rem;
    color: inherit;
    margin-bottom: 2rem;
    margin-top: -1rem; }
  .ParagraphMedia-mediaWrapper {
    width: 100%;
    max-width: 94rem;
    padding: 1rem;
    background: white;
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16); }
  .ParagraphMedia-titleWrapper {
    order: -2; }
  .ParagraphMedia-title {
    margin-bottom: 2rem; }

/*# sourceMappingURL=extend-media.css.map */
