.layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem !important;
}

@media screen and (min-width: 800px) {
  .layout {
    grid-template-columns: 2fr 1fr;
    grid-gap: 3rem;
  }

}

.layout aside section {
  margin-bottom: 3rem;
}

.layout aside h2 {
  margin-bottom: .75rem;
}
