/* Screens no smaller than a widescreen desktop */

/****************************************
* Header
****************************************/

header .logo {
  margin-right: 3rem;
}

/****************************************
* Sponsors
****************************************/

.sponsors .flex-row {
  width: calc(100vw - 12rem);
}

/****************************************
* Articles
****************************************/

.articles .card:nth-child(4) {
  display: block;
}