.jg-category-card{
    width:100%;
    background:#fff;
    border-radius:20px;
    padding:25px 34px;
    margin:20px 0;
    box-shadow:0 4px 18px rgba(0,0,0,0.06);
}

.jg-category-card h2{
    margin:0 0 12px 0;
    font-size:20px;
    color:#222;
}

.jg-category-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #e5e5e5;
    font-size:15px;
}

.jg-category-row:last-child{
    border-bottom:none;
}

.jg-category-row span:last-child{
    min-width:35px;
    text-align:right;
}