HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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);
}