File: D:/HostingSpaces/blijegasten/blijegasten.be/resources/sass/site/5-Components/_components.usp.scss
.c-usp {
list-style: none;
margin-left: 0;
}
.c-usp__item {
@include font-weight('semi-bold');
@include owl(space(1));
display: flex;
align-items: baseline;
color: palette(text, 300);
&::before {
content: '';
flex: none;
display: block;
width: 15px;
height: 12px;
margin-right: space(1);
background-image: url(/img/check.svg);
}
}
.c-usp__text {
line-height: 1.6;
}
.c-usp__highlight {
@include font-size(m);
@include font-weight('bold');
line-height: 1;
color: palette(positive, 700);
margin-right: 0.3em;
}