@charset "UTF-8";
/* CSS Document */

.special .special_items_list .flex {
    justify-content: center;
}

.special .special_items_list.-triline .flex li {
    width: 24%;
}

.special .more_btn a:not(last-child) {
    margin-bottom: 4em;
}

@media screen and (max-width: 768px) {

.special .more_btn a:not(last-child) {
    margin: 2em 0 4em;
}
}