/* Banner — dark closing section with the contact call to action */

.banner {
  background: var(--green-deep);
  text-align: center;
}
.banner__title {
  color: #fff;
  margin: 0 auto 2rem;
  max-width: 18ch;
}
.banner__title em {
  color: var(--gold);
}
.banner__contact {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.7);
}
.banner__separator {
  color: rgba(255, 255, 255, 0.35);
}
