section.text-block section{
	padding-inline:0;
}

section.text-block {
	padding-bottom: 0;
}

.text-block__inner p {
	max-width: 54rem;
	text-wrap:pretty;
}

.text-block--centered {
	text-align: center;
}
.text-block--centered .btn {
	margin-left: auto!important;
	margin-right: auto!important;
}

.text-block--centered .highlight-line,
.text-block--centered .text-block__inner p {
	margin-left: auto;
	margin-right: auto;
}

/* If there is no inner elmements, remove the margin from the highlight-line */
.text-block__inner:has(> .highlight-line:last-child) .highlight-line {
	margin-bottom: 0;
}

/* Also the last element shouldn't have a margin */
.text-block__inner > :last-child {
	margin-bottom: 0;
}

.text-block--left-aligned h2 {
	max-width: 595px;
	text-wrap: pretty;
}

.text-block--left-aligned.text-block--fw h2 {
	max-width: unset;
}

.text-block + .bg--solid{
	margin-top: var(--section-space-l)!important;
}

