.selling-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 30px;
  text-transform: none;
}
.desc-li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.desc-li .img-box {
  overflow: hidden;
}
.desc-li .img-box img {
  min-width: 100%;
  width: 100%;
  vertical-align: top;
}
.desc-li .box-info {
  line-height: 1.6;
  font-size: 13px;
  flex: 1;
  letter-spacing: 0.5px;
}
.desc-li .box-info strong {
  font-weight: 600;
}
