.pic{
  width: 100%;
  height: 550px;
}
.pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-products{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -50px;
  height: 100px;
  padding: 0 46px;
  box-sizing: border-box;
  box-shadow:0px 0px 12px 0px rgba(21,6,10,0.1);
  background: #fff;
}
.about-products h4{
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 400;
}
.about-products span{
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
}

.min-nav{
  display: flex;
  align-items: center;
  padding: 36px 0;
  font-size: 14px;
  color: #888;
}
.min-nav i{
  margin: 0 2px;
}

.article{
  padding: 24px 0 100px;
}
.article h4{
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 52px;
}
.content>div{
  display: flex;
  justify-content: space-between;
}
.content div div{
  width: 852px;
}
.content div img{
  width: 465px;
  height: 540px;
  object-fit: cover;
}
.article .content p{
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 48px;
  font-size: 16px;
  color: #565656;
}