.home {
  @media (min-width: 768px) {
    display: flex;
    flex-direction: row;
  }

  & aside,
  & main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;

    @media (min-width: 768px) {
      flex: 1;
    }
  }

  & aside {
    color: white;
    background: var(--tito-blue) url("/assets/bg-0675cdeb9b036317e2091ca15a7dc8d090114deb.svg") repeat scroll 0 0;
    display: flex;

    & h1 {
      font-size: 3rem;
    }
  }
}
