.wrapper {
margin-top: 20px;
li {
& + li {
margin-top: 10px;
}
&:nth-of-type(1) {
strong,
a {
color: var(--color-green);
}
}
&:nth-of-type(2) {
strong,
a {
color: var(--color-primary);
}
}
&:nth-of-type(3) {
strong,
a {
color: #2979ff;
}
}
}
}