.featured-articles__body {
  display: grid;
  gap: 2.4rem;
}

@media screen and (min-width: 990px) {
  .featured-articles__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem;
  }
}
