#tutorials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

#tutorials article {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  flex: 1;
}
