.hardware {
    margin-top: 50px;
}

.hardware ul li {
    display: inline-block;
    margin-bottom: 50px;
}

.hardware ul li:nth-child(even) {
    float: right;
}

.hardware ul li .img {
    width: 584px;
    height: 388px;
    overflow: hidden;
}

.hardware ul li .img:hover img {
    transform: scale(1.2);
    transition: all 1s;
}
