#industry_prospect {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
#industry_prospect .industry_prospect_con1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#industry_prospect .industry_prospect_con1 .con1_box2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#industry_prospect .industry_prospect_con1 .con1_box3 {
  margin: 0 auto;
  margin-top: 1.52rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 0.78rem;
}
#industry_prospect .industry_prospect_con1 .con1_box3 .item {
  width: 5.86rem;
  height: 4.22rem;
  display: flex;
}
#industry_prospect .industry_prospect_con1 .con1_box3 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
