/* Match the light sections to the product section's blue wash and heading rhythm. */
.product-section,
.industries-section {
  background:
    radial-gradient(92% 50% at 50% 0%, rgba(96, 165, 250, 0.12), transparent 62%),
    linear-gradient(180deg, #eef5ff 0%, #f7faff 36%, #eef3fb 100%);
}

.product-section::before,
.product-section::after,
.industries-section::before,
.industries-section::after {
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.62), transparent 52%);
}

@media (min-width: 701px) {
  .industries-header {
    margin-bottom: 80px;
  }

  .industries-header h2 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }

  .industries-header p {
    max-width: 700px;
    margin: 24px auto 0;
    color: rgba(13, 13, 13, 0.60);
    line-height: 1.35;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .industries-header p {
    max-width: 310px;
    margin: 10px auto 0;
    color: rgba(13, 13, 13, 0.68);
    text-align: center;
  }
}
