.hero-brand-list > span > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  flex: 0 0 1.25rem;
  color: #35d69f;
  font-size: 1rem;
  line-height: 1;
}

.hero-brand-list > span > a {
  min-width: 0;
  color: inherit;
  text-decoration-color: rgba(53, 214, 159, .55);
  text-underline-offset: .2em;
}

.subscription-form-stack {
  display: grid;
  gap: 1.4rem;
}

.subscription-form-stack > .contact-panel {
  width: 100%;
  max-width: none;
}

.subscription-form-stack > :first-child > p {
  max-width: none;
}
