.category_desc {
 margin-bottom: 32px; 
}
.c-item-list .c-item-list__item .c-item-list__txt .c-item-list__expl {
    display: block;
    font-size: small;
    opacity: 0.6;
}
.tmp-list {
    padding: 2rem 0 8rem !important;
}

@media screen and (min-width: 768px) {
    .tmp-list {
        padding: 2rem 0 15.7rem !important;
    }
}


