File: D:/HostingSpaces/SBogers10/ste.komma.pro/resources/sass/5-Components/_components.uspBlock.scss
.c-usp-block {
position: relative;
color: palette(neutral, 0);
border-radius: map-get($border-radius, s) map-get($border-radius, xl) map-get($border-radius, xs) map-get($border-radius, xs);
background-color: palette(secondary, 500);
background-image:
url('/img/ornament-shape-1-half-bottom.svg'),
url('/img/ornament-shape-2-half-right.svg'),
linear-gradient(to bottom right, palette(secondary, 400), palette(secondary, 500));
background-repeat: no-repeat, no-repeat, repeat;
background-size: 75px 40px, 74px 160px, 100% 100%;
background-position: space(7) top, calc(100%) calc(100% - #{space(3)}), 0 0;
}
.c-usp-block__list {
position: relative;
z-index: 0;
margin-left: space(-4);
padding: space(7) space(5) space(6) 0;
list-style: none;
}
.c-usp-block__item {
display: flex;
&:nth-last-child(n+2) {
margin-bottom: space(3);
}
}
.c-usp-block__icon {
margin-right: space(3);
}
.c-usp-block__label {
@include font-weight(extraBold);
margin-top: space(2);
color: palette(neutral, 0);
}