/* Page 1 - Section 7: force news cards to a consistent height */
#p1_news .news {
  height: 350px;
}

@media (max-width: 991px) {
  #p1_news .news {
    height: auto;
    min-height: 350px;
  }
}
