/*==========================================
Category Cards
==========================================*/

.category-card{

    background:#fff;

    border:2px solid #E2E8F0;

    border-radius:18px;

    padding:35px;

    cursor:pointer;

    transition:.25s;

    height:100%;

    text-align:center;

}

.category-card i{

    font-size:42px;

    color:var(--primary);

    margin-bottom:20px;

}

.category-card h5{

    margin-bottom:10px;

    font-weight:700;

}

.category-card h5{

    margin-bottom:10px;

    font-weight:700;

}