.inv-stats-band {
  
  background: #fff;
  padding: 0 20%;
}

.inv-stats-band-title {
  margin-top: 57px;
}

.inv-stats-band-title-text {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}

.inv-stats-band-title-line {
  margin: 26px auto 16px;
  width: 55px;
  height: 8px;
  background: #C7000B;
}

.inv-stats-band-title-tip {
  text-align: center;
  font-size: 16px;
  color: #999999;
}

.inv-stats-inner {
  margin: 0;
  margin-top: 45px;
  display: flex;
  gap: 20px;
}

.inv-stat {
  width: 33%;
  padding: 5% 0;
  /* height: 238px; */
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  /* padding: 0; */
}

.inv-stat-label {
  font-size: 20px;
  color: #999999;
  margin-bottom: 10px;
}

.inv-stat-num {
  color: #C7000B;
  font-size: 40px;
}

.industry-img {
  width: 100%;
  height: auto;
}

.inv-pillar {
  border: none;
  z-index: 99;
}

.inv-pillar-hd {
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin-bottom: 10%;
}

.inv-pillar-list {
  padding: 0;
}

.inv-pillar-list li {
  border-bottom: none;
  line-height: 1;
  padding: 0;
  margin-bottom: 5%;
}

.inv-coverage-section {
  position: relative;
  background-color: #fff;
}

.inv-coverage-section {
  padding: 0 var(--sp-6);
}

.business-coverage {
  background-image: url('../images/business-coverage-bg.png');
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
}

.inv-rtag {
  border-radius: 0;
}

.inv-pcard {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px 8px 8px 8px;
  border: none;
}

.inv-pcard-code {
  font-weight: 400;
  color: #C7000B;
  font-size: 14px;
  margin-left: 10px;
}

.inv-pcard-sector,.inv-pcard-desc {
  font-size: 14px;
  color: #999999;
}


@media screen and (max-width: 1200px) {
  .inv-stats-band {
    padding: 0 10%;
  }

  .inv-stat-label {
    font-size: 16px;
  }

  .inv-stat-num {
    font-size: 32px;
  }
}

@media screen and (max-width: 960px) {
  .inv-stats-band {
    padding: 0 5%;
  }

  .inv-stat-label {
    font-size: 14px;
  }

  .inv-stat-num {
    font-size: 24px;
  }
}

@media screen and (max-width: 760px) {
  .inv-stat {
    flex: 1;
    width: 100%;
    /* padding: 10% 0 */
  }

  .inv-stats-band {
    padding: 0 20px;
  }

  .inv-stat-label {
    font-size: 12px;
  }

  .inv-stat-num {
    font-size: 20px;
  }

}

@media screen and (max-width: 600px) {
  .inv-pillars {
    display: flex;
    flex-direction: column;
  }

  .inv-pillar-hd {
    margin-bottom: 5%;
  }

  .inv-pillar-list li {
    margin-bottom: 3%;
  }
}