.bg-hardware {
  background: url('../assets/image/hero-image.png') no-repeat;
  background-size: 100% 100%;
}

.ware-item {
  max-width: calc((100% - 60px) / 3);
  padding: 30px 45px 45px 45px;
  background: #f4f7fa;
  border-radius: 10px;
}

.ware-item:hover {
  -index: 3;
    box-shadow: 0 62px 64px -10px rgba(1, 23, 48, 0.12)
}

.ware-item .title {
  font-size: 24px;
  color: #13151c;
  font-weight: bold;
  margin-bottom: 8px;
}

.ware-item .desc {
  font-size: 18px;
  color: #13151c;
  margin-bottom: 30px;
}
.ware-item  img {
  margin: 0 auto;
}


.more-item {
  max-width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 50px;
  border-radius: 10px;
  background: #f4f7fa;
}

.more-item .img-box img {
  width: 100%;
  height: 100%;
}

.product-item .icon {
  width: 48px !important;
  height: 32px !important;
}