* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: PingFangSC-Regular, Arial, sans-serif;
  background: #fff;
  min-height: 100vh;
  color: #000;
  line-height: 1.6;
}

.container {
  min-width: 1155px;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 1155px;
}

.header h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
}

.subtitle {
  font-size: 18px;
  color: #000;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0.65;
}

.contentBox {
  display: flex;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 1155px;
}
.component8 .header h2{
  margin-bottom: 0;
}

.component8 .statistics {
    width: 1155px;
    height: fit-content;
  }


.component8 .stat-card {
    border-bottom: 1px solid #00000029;
    padding: 20px 0px;
    transition: all 0.3s ease;
    position: relative;
  }
.component8 .stat-card:last-child {
    border-bottom: 0px;
  }



.component8 .stat-tags {
   font-weight: 400;
    font-size: 14px;
    color: #000;
    opacity: 0.65;
    line-height: 28px;
  }

.component8 .stat-description {
    color: #333;
    font-weight: 500;
font-size: 24px;
color: #000000;
margin-bottom: 5px;

  }

.component8 .read-more {
    color: #15b3b4;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
    position: absolute;
    right: 0;
    bottom: 24px;
  }

.component8 .read-more:hover {
    color: #0d9394;
  }
