.industry-directory-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 34px; margin-top: 27px; padding: 34px 40px; color: #fff; background: linear-gradient(110deg, #0c2e52, #175aad); }
.industry-directory-callout span { color: #a7d2ff; font-size: 11px; font-weight: 700; letter-spacing: 2px; }
.industry-directory-callout h2 { margin: 10px 0 9px; color: #fff; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.35; }
.industry-directory-callout p { margin: 0; color: #d0e3f7; font-size: 14px; line-height: 1.8; }
.industry-directory-callout a { display: inline-flex; align-items: center; gap: 25px; padding: 15px 20px; background: #fff; color: #1354a3; font-size: 14px; font-weight: 700; white-space: nowrap; }
.industry-directory-callout a:hover { background: #eaf4ff; }
@media (max-width: 720px) {
  .industry-directory-callout { grid-template-columns: 1fr; padding: 28px; }
  .industry-directory-callout a { justify-self: start; }
}
