.tools-to-support-image article {
  padding: 12px;
  background: url(../images/tool-background-page.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tools-to-support-image img {
  transition: all ease 500ms;
}
.tools-to-support-image img:hover {
  transform: rotate(10deg) scale(1.1);
}
