.supt-section-text {
	@mixin clamp padding-block, $spacing-16, $spacing-32, $breakpoint-xs, $breakpoint-xl;
	&__title {
		@extend %t-h2;
		margin-bottom: $spacing-4;
	}

	&__content {
		@extend %paragraph-section-text;
	}

	&__title,
	&__content {
		text-align: center;
		color: $color-white;
	}

	& + .supt-section-history {
		padding-top: 0;
	}
}
