/* =====================================================
   Cards
===================================================== */

.card-premium{

    border-radius:18px;

    transition:all .3s ease;

    border:1px solid rgba(0,0,0,.05);

    background:#fff;

    box-shadow:0 10px 30px rgba(10,25,70,.05);

}

.card-premium:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 30px rgba(10,25,70,.12);

    border-color:rgba(212,175,55,.3);

}