.tool {
    padding: 10px;
    background: #F9F9F9;
    border-radius: 5px;
    margin-top: 1rem;
    display: inline-block;
    margin-right: 1%;
    width: 48%;
}

@media (max-width: 860px) {
    .tool {
        display: block;
        width: auto;
    }

}

.tool h2 a, .tool h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.tool p {
    font-size: 14px;
    margin: 0;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}