
.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(250,165,34, .85);
  padding: 1.5em 2em 0 2em;
}

.banner__text-wrapper {
  max-width: 60rem;
  display: block;
  margin: 0 auto;
}

.banner__text {
  font-size: 1.2143em; /* 17px */
	line-height: 1.7353em; /* 21px */
	margin-bottom: 1.2353em;
  text-align: center;
}
