.post-item__cover {
  min-height: 180px;
  height: unset; }

@media (min-width: 922px) {
  .post-item {
    display: flex;
    min-height: 300px;
    margin-bottom: 50px !important; }
    .post-item > a, .post-item__wrapper-content {
      flex: 1; }
    .post-item .footer__social {
      margin-top: auto; }
    .post-item__cover {
      margin-bottom: 0;
      min-height: unset;
      height: unset; }
      .post-item__cover-wrapper {
        flex: unset !important; } }
