.mail-magazine .post-list .post-card {
  width: 100%;
  display: flex;
  column-gap: 24px;
}

@media screen and (max-width: 767px) {
  .mail-magazine .post-list .post-card {
    flex-direction: column;
  }
}
