.cat-detail__title{
    font-weight: 600;
    margin-bottom: 20px;
}
.cat-detail__chrt-table-row{
    margin-bottom: 10px;
}
.cat-detail__chrt-table-row .cat-detail__chrt-table-td:first-child{
    font-weight: 600;
}
.cat-detail__chrt-table-row .cat-detail__chrt-table-td:nth-child(2){
    background-color: #EBECEC;
    padding: 8px;
}
@media screen and (min-width: 768px){
    .cat-detail__title{
        font-size: 18px;
    }
    .cat-detail__chrt-table{
        border: 1px solid #C5C6C6;
        font-size: 16px;
    }
    .cat-detail__chrt-table-row{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #C5C6C6;
        margin-bottom: 0;
    }
    .cat-detail__chrt-table-row:nth-child(odd){
        background-color: #EBECEC;
    }
    .cat-detail__chrt-table-row:last-child{
        border-bottom: none;
    }
    .cat-detail__chrt-table-row .cat-detail__chrt-table-td:first-child {
        border-right: 1px solid #C5C6C6;
        flex: 0 0 40%;
        margin-bottom: 0;
        padding: 8px;
    }
    .cat-detail__chrt-table-row .cat-detail__chrt-table-td:nth-child(2) {
        flex: 0 0 60%;
        background-color: transparent;
    }
}