/* Reuse the solution page cards without homepage-specific card overrides. */
.customer-audiences {
  padding: 28px 0;
  scroll-margin-top: -16px;
  background: #fff;
  border-block: 1px solid #e7ece3;
}

@media (max-width: 900px) {
  .customer-audiences { scroll-margin-top: -28px; }
}

@media (max-width: 680px) {
  .customer-audiences { padding-block: 24px; scroll-margin-top: -32px; }
}
