.industry-hub-hero {
	background: linear-gradient(115deg, #071b2e 0%, #073749 58%, #07513f 100%);
	color: #fff;
	padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.industry-hub-hero__inner {
	max-width: 900px;
	text-align: center;
}

.industry-hub-hero h1 {
	font-size: clamp(2.5rem, 5.5vw, 4.75rem);
	line-height: 1.02;
	margin: .85rem auto 1.4rem;
	max-width: 850px;
}

.industry-hub-hero p:last-child {
	color: #d7e6e8;
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	line-height: 1.75;
	margin: 0 auto;
	max-width: 760px;
}

.industry-hub {
	background: #f3f8f7;
}

.industry-hub__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(2rem, 4vw, 3.5rem);
}

.industry-hub-card {
	background: #fff;
	border: 1px solid #d4e3e0;
	border-radius: 1.15rem;
	display: flex;
	flex-direction: column;
	min-height: 285px;
	padding: clamp(1.4rem, 3vw, 2rem);
}

.industry-hub-card__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.industry-hub-card__top span {
	align-items: center;
	background: #e2f8f1;
	border-radius: .65rem;
	color: #007c5b;
	display: inline-flex;
	font-weight: 800;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.industry-hub-card__top small {
	color: #58717b;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.industry-hub-card h3 {
	color: #0b2139;
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	margin: 0 0 .7rem;
}

.industry-hub-card p {
	color: #52677b;
	line-height: 1.65;
	margin: 0 0 1.4rem;
}

.industry-hub-card a {
	color: #008c66;
	font-weight: 800;
	margin-top: auto;
	text-decoration: none;
}

.industry-hub-card a:hover,
.industry-hub-card a:focus-visible {
	color: #07513f;
}

.industry-hub-cta {
	background: #fff;
}

.industry-hub-cta__inner {
	align-items: center;
	background: #071b2e;
	border-radius: 1.25rem;
	color: #fff;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: clamp(2rem, 5vw, 3.5rem);
}

.industry-hub-cta h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	margin: .5rem 0;
}

.industry-hub-cta p:last-child {
	color: #c8d9df;
	margin-bottom: 0;
}

.industry-hub-cta .button {
	flex: 0 0 auto;
}

@media (max-width: 720px) {
	.industry-hub-hero {
		padding: 4rem 0;
	}

	.industry-hub__grid {
		grid-template-columns: 1fr;
	}

	.industry-hub-card {
		min-height: 0;
	}

	.industry-hub-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
