While browsing this website, we processes your personal information, including cookies. You can find more information about processing your personal information and your rights here.
<div class="o-cta m-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-16 col-lg-18 col-xl-19">
<p>While browsing this website, we processes your personal information, including cookies. You can find more information about processing your personal information and your rights <a href="#" class="text-black">here</a>.</p>
</div>
<div class="col-md-8 col-lg-6 col-xl-5 text-center text-md-right">
<a href="#" class="a-button a-button--block">Accept</a>
</div>
</div>
</div>
</div>
@import "atoms/button/index";
@import "molecules/section/index";
.o-cta {
background: color('gray-light');
padding: space(2) 0;
@media(min-width: breakpoint-min(md)) {
padding: space(3) 0;
}
}