.teaser-block {
  background-color: $secondary-color;
  text-align: center;
  color: $white;
  padding: 40px $gutter 30px;

  h1 {
    margin: 10px 0;
    font-size: 4.8rem;
    line-height: 5.5rem;
    color: $white;
  }

  p {
    font-size: 1.8rem;
  }

  .std-button {
    margin: 10px 0 30px;
  }
}
