.tool-card{

    background:white;

    border-radius:14px;

    padding:30px;

    text-align:center;

    border:1px solid #e6e6e6;

    transition:.25s;

    cursor:pointer;

}

.tool-card:hover{

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}


.tool-card{

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:15px;

    padding:35px;

    height:100%;

    transition:all .25s;

    text-align:center;

}

.tool-card:hover{

    transform:translateY(-6px);

    box-shadow:0 12px 25px rgba(0,0,0,.08);

}

.tool-card h4{

    margin-top:10px;

    font-weight:700;

}

.tool-card p{

    margin-top:12px;

    font-size:.95rem;

}


.tool-card button{

    width:100%;

}

.tool-card{

    min-height:240px;

}

.tool-icon{

    font-size:48px;

    margin-bottom:20px;

}