.post-badge {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.post-badge:before,
 .post-badge:after {
  content: "";
  display: block;
  background: #CCCCCC;
  height: 1px;
  flex: 0 1 100%;
}

.post-badge-image {
  max-width: 200px;
  height: auto;
  width: auto;
  max-height: 261px;
  flex: 0 0 auto;
  display: block;
  margin: 0 min(57px, 9%);
}

@media (max-width: 768px){
  .post-badge-image {
    max-width: 137px;
    max-height: 216px;
  }
}

@media (max-width: 768px){
  .post-badge-image {
    max-width: 114px;
    max-height: 180px;
  }
}