.tool-block {
    height: 120px;
    transition: all 0.3s ease;
}
.tool-block:hover {
    transform: translateY(-5px);
}
