/* ==========================================================
   History Editorial Intro — .history-editorial
   ========================================================== */

.history-editorial {
	background: #ffffff;
	padding: 48px 16px;
	display: flex;
	justify-content: center;
}

.history-editorial__card {
	width: 100%;
	max-width: 1154px;
	background: var(--brand-colors-background-section-colors-off-white, #f7f7f7);
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.history-editorial__intro-text {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--Brand-Colors-Text-Colors-Charcoal, #37373e);
}

.history-editorial__intro-text p {
	margin: 0;
}

.history-editorial__intro-text a {
	color: #ed2224;
	text-decoration: none;
}

.history-editorial__intro-text a:hover,
.history-editorial__intro-text a:focus-visible {
	text-decoration: underline;
}

.history-editorial__body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--Brand-Colors-Text-Colors-Charcoal, #37373e);
	margin: 0;
}

/* Responsive */

@media (min-width: 768px) {
	.history-editorial {
		padding: 80px 24px;
	}

	.history-editorial__card {
		padding: 48px;
	}

	.history-editorial__intro-text {
		font-size: 24px;
	}

	.history-editorial__body {
		font-size: 18px;
	}
}
