.content-block {
	padding: 50px 0 60px;
	background: #ffffff;
}

.content-block__header {
	margin-bottom: 28px;
}

.content-block__eyebrow.section-eyebrow {
	justify-content: center;
	width: 100%;
	margin-bottom: 18px;
	text-align: left;
	color: #ff5a00;
	font-size: clamp(15px, 1.65vw, 20px);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.content-block__title.section-title {
	max-width: 1186px;
	margin: 0 auto 0;
	padding: 0;
	color: #262626;
	font-size: 32px;
	line-height: 46px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.content-block__title.section-title b,
.content-block__title.section-title strong {
	color: #ff5000;
	font-weight: 600;
}

.content-block__body {
	max-width: 1186px;
	margin: 0 auto;
	color: rgba(38, 38, 38, 1);
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.content-block__body > *:first-child {
	margin-top: 0;
}

.content-block__body > *:last-child {
	margin-bottom: 0;
}

.content-block__body p {
	margin: 0 0 1rem;
	color: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: 24px;
}

.content-block__body b,
.content-block__body strong {
	font-weight: 600;
}

.content-block__body a {
	color: #ff5a00;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.content-block__body a:hover,
.content-block__body a:focus-visible {
	text-decoration: none;
}

.content-block__body ul,
.content-block__body ol {
	margin: 0 0 1rem;
	padding-left: 1.5rem;
}

.content-block__body li {
	margin-bottom: 0.5rem;
}

.content-block__body hr {
	margin: 1.5rem 0;
	border: 0;
	height: 1px;
	background: var(--color-border, rgba(17, 17, 17, 0.12));
}

.content-block__body h2 {
	margin: 2rem 0 1rem;
	color: #262626;
	font-family: var(--font-family-base);
	font-size: 32px;
	line-height: 46px;
	font-weight: 600;
	text-transform: uppercase;
}

.content-block__body h2:first-child {
	margin-top: 0;
}

.content-block__body h3 {
	margin: 1.5rem 0 0.75rem;
	color: #262626;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.content-block--preview-empty {
	padding: 24px;
	margin: 16px;
	border: 1px dashed #ccc;
	border-radius: 8px;
	font-family: var(--font-family-base);
}

@media (max-width: 767px) {
	.content-block__title.section-title {
		max-width: 100%;
		margin-bottom: 24px;
		text-align: left;
		font-size: 32px;
		line-height: 46px;
		font-weight: 600;
	}

	.content-block__body {
		padding: 0;
	}
}
