.supt-innovation-centers-page {
	.supt-card-keyfact {
		&__description {
			strong {
				font-weight: 500;
				display: block;
			}
		}
	}

	.supt-section-text-media {
		.supt-section-text-media__content {
			> p {
				@mixin clamp font-size, 18, 22, $breakpoint-xs, $breakpoint-xl;
				@mixin clamp line-height, 24, 26, $breakpoint-xs, $breakpoint-xl;
			}
		}
	}

	.supt-section-media-full + .supt-section-cards {
		@mixin clamp padding-top, $spacing-16, $spacing-32, $breakpoint-xs, $breakpoint-xl;
	}
}
