<section class="supt-section-text">
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-12 col-sm-10 col-md-8 col-lg-6">
                <h2 class="supt-section-text__title supt-slide-up-title">At Verisure, technology is at the core of what we do.</h2>
                <div class="supt-section-text__content supt-parallax-element">
                    <p>We are committed to providing leading innovation and technology solutions to ensure the best possible protection for our customers. This approach has earned us a host of acclaimed international and country-specific awards, and in 2025 we earned our tenth prestigious Red Dot Design™ Award.</p>
                </div>
            </div>
        </div>
    </div>
</section>

No notes defined.

<section class="supt-section-text">
	<div class="container">
		<div class="row justify-content-center">
			<div class="col-12 col-sm-10 col-md-8 col-lg-6">
				<h2 class="supt-section-text__title supt-slide-up-title">{{ title }}</h2>
				<div class="supt-section-text__content supt-parallax-element">
					{{ content }}
				</div>
			</div>
		</div>
	</div>
</section>
{
  "title": "At Verisure, technology is at the core of what we do.",
  "content": "<p>We are committed to providing leading innovation and technology solutions to ensure the best possible protection for our customers. This approach has earned us a host of acclaimed international and country-specific awards, and in 2025 we earned our tenth prestigious Red Dot Design™ Award.</p>"
}
  • Content:
    .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;
    	}
    }
    
  • URL: /components/raw/section-text/section-text.css
  • Filesystem Path: src/components/organisms/section-text/section-text.css
  • Size: 349 Bytes