.article-text .pgs-card {
  margin-bottom: 1em;
}
.article-text .pgs-card img {
  border-radius: 0;
}
.pgs-post-data {
  padding: .5em 0;
}
.pgs-post-capacity {
  font-size: 12px;
  color: gray;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pgs-post-capacity {
    font-size: 10px;
  }
}