.home .product {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.home .product li {
  flex-shrink: 0;
  width: 30%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px 0;
  margin-bottom: 60px;
}

.home .product li img {
  width: 78px;
  height: 78px;
}

.home .product li p {
  font-size: 14px;
  color: #86909C;
}

.home .product li h3 {
  font-size: 22px;
  font-weight: bold;
  color: #1D2129;
  margin: 16px 0 20px;
}