/*icon-style-001*/
.icon-style-001 img {
    width: 240px;
    height: auto;
    transition: 0.4s;
}

.icon-style-001 :hover img {
    transform: scale(1.1);
}