.p-template-posts-index__item {
  flex-basis: 100%;
}

@media (min-width: 700px) {
  .p-template-posts-index__item {
    flex-basis: 50%;
  }
}
