.c-order {
@include owl(space(3));
padding: space(3);
border: 2px solid palette(neutral, 900);
}
.c-order__header {
display: flex;
justify-content: space-between;
}
.c-order__list {
list-style: none;
margin-left: 0;
margin-top: space(2);
}
.c-order__download {
color: palette(neutral, 900);
}