.audience-feature {
  background:
    linear-gradient(90deg, rgba(3, 10, 25, 0.985), rgba(5, 20, 43, 0.92)),
    url("img/charivari.jpg") center / cover fixed;
}

.audience-feature article {
  background: rgba(5, 17, 38, 0.82);
  border-color: rgba(132, 169, 220, 0.28);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.audience-feature article p,
.audience-phone small {
  color: #c9d3e2;
}

.audience-phone {
  border-color: rgba(132, 169, 220, 0.42);
}

@media (max-width: 900px) {
  .audience-feature {
    background-attachment: scroll;
  }
}
