.newsletter-subscription-wrapper {
  background: #000000;
  color: #ffffff;
  margin: 2rem auto;
  position: relative;
}
.newsletter-subscription-wrapper > .row {
  flex-direction: column;
}
.newsletter-subscription-wrapper .banner-title-wrap {
  line-height: 1.2;
  padding: 20px;
}
.newsletter-subscription-wrapper .banner-title-wrap p {
  margin: 0;
}
.newsletter-subscription-wrapper .banner-title-wrap p.banner-title {
  font-size: 2.5rem;
}
.newsletter-subscription-wrapper .banner-title-wrap p.banner-subtitle {
  font-size: 1.25rem;
}
.newsletter-subscription-wrapper .banner-text-wrap {
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.newsletter-subscription-wrapper .banner-text-wrap .banner-text {
  margin: 0;
}
@media all and (min-width: 1024px) {
  .newsletter-subscription-wrapper > .row {
    flex-direction: row;
  }
  .newsletter-subscription-wrapper > .row .col:first-child {
    flex-grow: 1;
  }
  .newsletter-subscription-wrapper > .row .col:last-child {
    flex-grow: 0;
  }
}
