#page-home {
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 3rem;
  }

  .bottom-bar {
    margin-top: 50px;
  }

  @media (min-width: 64em) {
    .bottom-bar {
      margin-top: 0;
    }
  }
}