.h5Highlights {
  padding: 16vw 4vw;
  background: #F3F4F8;
}
.h5Highlights .f_24_b {
  text-align: center;
  margin-bottom: 5.6vw;
}
.h5Highlights .f_16_l {
  text-align: center;
  color: #000;
}
.h5Highlights .items {
  margin-top: 16vw;
  display: flex;
  flex-wrap: wrap;
}
.h5Highlights .items .item {
  width: calc((100% - 10px) / 2);
  background: #FFF;
  padding: 6.4vw 0;
  margin-bottom: 10px;
}
.h5Highlights .items .item:nth-child(2n+1){
    margin-right: 10px;
}
.h5Highlights .items .item .num {
  color: #000;
  text-align: center;
  font-family: Montserrat-Blod;
  font-size: 8.53vw;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}
