@media only screen and (max-width: 991px) {
  .publication-block .view-content {
    grid-template-columns: repeat(2, 1fr);
  }

}
