.banner {
  background-color: #fff;
  padding: 0.25rem 0;
}

.banner__text {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.banner__text .button.default {
  padding: 0.5rem 1.25rem;
}