/* Services hub (templates/page-ypiresies.php) */
.be_hub-head {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 760px;
	margin-bottom: 44px;
}

.be_hub-text {
	font: var(--be-lead);
	color: var(--be-color-body);
}

.be_service-card .be_link-arrow {
	margin-top: auto;
}

@media (max-width: 700px) {
	.be_hub-head {
		margin-bottom: 28px;
	}
}
