/*
 * dataset-section.css
 * Platform page: "The most valuable dataset in expert research.
 * Unified, seamless, connected." section (image + copy + button).
 * Title styled to match the hero h1 pattern used elsewhere on this
 * page ("Differentiated technology...") -- same tokens, just applied
 * to an h2 here.
 * Added 2026-08-25. 
 */

.c-dataset-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.c-dataset-section h2{
	font-family: var(--font-primary);
	font-weight: var(--font-weight-regular);
	font-size: var(--heading-h2);
	line-height: 150%;
	letter-spacing: -1.2px;
	color: var(--color-black);
	margin: 0 0 42px;
}
.c-dataset-section__text{
	padding-bottom:42px;
}
.c-dataset-section__copy p{
	color: var(--color-black);
	font-weight: var(--font-weight-medium);
	font-size: var(--text-md);
	line-height: 180%;
}

.c-dataset-section__btn  .vcex-button-inner{
	gap:42px;
}

@media (max-width: 767px) {
	.c-dataset-section {
		padding: 16px !important;
	}
	.c-dataset-section__media {
		display: none !important;
	}
	.c-dataset-section__btn {
		width: 100% !important;
		display: flex !important;
		justify-content: center !important;
	}
}
