.c-usp-row {
margin-left: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.c-usp-row__item {
display: flex;
align-items: center;
margin: space(1);
&:nth-last-child(n+2) {
margin-right: space(4);
}
}
.c-usp-row__icon {
margin-right: space(2);
}
.c-usp-row__label {}