.columns {
  padding-bottom: var(--xl);
}
.columns #post-content .subheading {
  margin-bottom: 1.5em;
}
.columns #post-content .body,
.columns #post-content .body p,
.columns #post-content figure {
  font-size: 16px;
}
.columns #social-media .socials {
  position: sticky;
  top: calc(var(--l) * 1.5);
  width: 100%;
}
@media (max-width: 1200px) {
  .columns #post-content .body,
  .columns #post-content .body p {
    font-size: 14px;
  }
  .columns #social-media {
    display: none;
  }
}/*# sourceMappingURL=post.css.map */