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.contactPerson.scss
.c-contact-person {
	position: relative;

	&::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 50%;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: palette(secondary, 500);
		background-image:
			url('/img/ornament-shape-2-half-top.svg'),
			linear-gradient(to bottom right, palette(secondary, 400), palette(secondary, 500));
		background-repeat: no-repeat, repeat;
		background-size: 160px 80px, 100% 100%;
		background-position: calc(100% - #{space(2)}) calc(100%), 0 0;
		border-top-left-radius: map-get($border-radius, s);
		border-top-right-radius: map-get($border-radius, xl);
	}
}


.c-contact-person__img {
	margin-left: space(4);
}