.team-quick-information__latest-news:nth-of-type(n + 2) {
  display: none;
}

@media (min-width: 992px) {
  .team-quick-information__latest-news:nth-of-type(n + 2) {
    display: block;
  }

  .team-quick-information__latest-news:nth-of-type(n + 3) {
    display: none;
  }

  .team-quick-information--women .team-quick-information__latest-news:nth-of-type(n + 2) {
    display: none;
  }
}

@media (min-width: 1400px) {
  .team-quick-information__latest-news:nth-of-type(n + 3) {
    display: block;
  }

  .team-quick-information__latest-news:nth-of-type(n + 5) {
    display: none;
  }

  .team-quick-information--women .team-quick-information__latest-news:nth-of-type(n + 2) {
    display: block;
  }
}
