.detail {
  width: unset;
  margin: unset;
}
.detail .title {
  font-family: DIN;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-top: 39px;
}
.detail .desc {
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 22px;
}
