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);
}