@charset "UTF-8";

#column .column-wrap .column-content .post .post-header .post-header__image {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (min-width: 554px) {
  #column .column-wrap .column-content .post .post-header .post-header__image {
    width: 180px;
    margin-bottom: 0;
  }

  #column .column-wrap .column-content .post .post-header .post-header__body {
    width: calc(100% - 210px);
  }
}
