#post-box:after {
  content: "";
  display: block;
  width: 53%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.card-body {
  min-height: 180px;
  background-color: #f5f5f5;
}