/* Place DAR Blog feed into three columns */
.three-column {
  column-count: 3;
  column-gap: 1rem;
  margin-bottom: 2rem;
}