@media (max-width: 1024px) {
  .app-article-content p > img {
    position: relative;
    display: block;
    width: calc(100% + (1.25rem * 2));
    max-width: calc(100% + (1.25rem * 2));
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.app-article-content {
  padding-bottom: 3rem;
}
/*# sourceMappingURL=7b5421f59453938bf93b8a43d3f6ae0ebef4ce85.article-content.scss.map */
