/* Keep NEWS typography from changing the approved 128px row cadence. */
@media (min-width: 921px) {
  .shiso-v2-news-grid article {
    box-sizing: border-box;
    height: 128px;
    min-height: 128px;
    max-height: 128px;
    overflow: hidden;
  }

  .shiso-v2-news .shiso-v2-center-link {
    margin-top: 34px;
  }
}
