.c-text-edito-100 {
	padding: 5rem 0;
	background-color: var(--text-edito-100-bg);
	color: var(--text-edito-100-text);

	.u-h2,
	.u-h3,
	.u-h4,
	.u-h5 {
		color: var(--text-edito-100-text);
	}
}

.c-text-edito-100--green {
	a:not(.c-button) {
		color: var(--text-edito-100-text);
	}
}

.c-text-edito-100__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5rem;
}

.c-text-edito-100__rich-text {
	width: 100%;
}