h5 {
  margin: 0;
}

.industry-title-info {
  font-size: 8px;
  color: #ffffff;
  font-weight: normal;
  display: block;
  width: 60%;
  margin-top: 10px;
}

.industry-dtl {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.industry-dtl img {
  width: 45%;
  display: block;
  height: 100%;
}
.overview-right {
  display: flex;
  justify-content: center;
  margin-left: 15px;
}
.industry-dtl-info {
  font-weight: 400;
  font-size: 8px;
  color: #333333;
  line-height: 12px;
  text-align: justify;
  font-style: normal;
  margin: 0 0 3px 0;
}
.industry-dtl-info-title {
  font-size: 8px;
  font-weight: 600;
}
.industry-painspot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.industry-painspot-box {
  width: 32%;
  min-height: 85px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 13px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.painspot-box-title1 {
  display: inline-block;
  background: url('../static/img2/industry_case/gand_up.png') no-repeat left 6px/20%;
  padding-left: 9px;
  font-weight: 500;
  color: #3268ff;
  margin-bottom: 0;
}

.painspot-box-title2 {
  font-weight: 600;
  font-size: 10px;
  color: #333333;
  margin: 0 0 3px 0;
}
.painspot-box-title3 {
  font-weight: 400;
  font-size: 6px;
  color: #333333;
  margin: 0;
}

.m-l-15 {
  margin-right: 15px;
  margin-left: 0;
}
