.c-checkmarks {
list-style: none;
margin-left: 0;
padding: space(7) space(5) space(6) 0;
}
.c-checkmarks__item {
display: flex;
&:nth-last-child(n+2) {
margin-bottom: space(3);
}
}
.c-checkmarks__icon {
margin-right: space(3);
}
.c-checkmarks__label {
@include font-weight(extraBold);
margin-top: space(2);
}