/* Homepage-only mobile separation for update cards. */
@media only screen and (max-width: 800px) {
  .home .related-updates-item {
    height: 245px;
  }
}
