.supt-section-image {
	@mixin clamp padding-block, $spacing-8, $spacing-16, $breakpoint-xs, $breakpoint-xl;
	background-color: $color-grey-background;

	&__image {
		img {
			width: 100%;
			height: 100%;
			aspect-ratio: 16/9;
			object-fit: cover;
		}
	}
}
