/*=====================================================
CARDS
=====================================================*/

.tnp-card{
    background:#fff;
    padding:28px;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.tnp-card:hover{
    transform:translateY(-6px);
    box-shadow:0 25px 55px rgba(0,0,0,.16);
}

.tnp-card h3{
    font-size:24px;
    margin-bottom:20px;
    color:#111827;
}

.tnp-card p{
    margin:14px 0;
    color:#555;
    line-height:1.7;
}