.banner-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 540px) {
  .banner-image {
    display: none;
  }
}
.banner-text-white {
  line-height: 1.6;
  font-size: 1.125rem;
}
.banner-text-white h2, .banner-text-white h3 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #ffffff;
}
.banner-text-white h2 a, .banner-text-white h3 a {
  color: #ffffff;
}
.banner-text-white h2 a:focus, .banner-text-white h3 a:focus {
  color: #0f0f11;
}

.banner-text-grey {
  line-height: 1.6;
  font-size: 1.125rem;
}
.banner-text-grey h2, .banner-text-grey h3 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #0f0f11;
}
.banner-text-grey h2 a, .banner-text-grey h3 a {
  color: #0f0f11;
}
.banner-text-grey h2 a:focus, .banner-text-grey h3 a:focus {
  color: #0f0f11;
}

.banner-image a img {
  display: block;
}

/*# sourceMappingURL=banner.css.map */
