.home {
  margin-top: 40px;

  &-banner{
    padding-top:60px;
    padding-bottom:60px;
    background-color: $gray8;
    display: flex;
    flex-direction: column;
    justify-content: center;

    h1 {
      text-align:center;
      font-size:36px;
      font-weight:300;
      padding: 0 0 20px 0;
    }
    &-controls {
      text-align:center;
      font-size: 28px;
      button {
        padding:16px;
      }
    }

    &-description {
      margin: 0 auto;
      padding: 0px 0 40px 0;
      text-align:center;
      font-size:22px;
      font-weight:300;
      max-width: 50%;
    }
  }
}


