@media (max-width: 980px) {
    .tools-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}