
.custom-steps-wrap{
  max-width:1200px;
  margin:60px auto;
  padding:0 15px;
  text-align:center;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.custom-steps-title{
  font-size:28px;
  font-weight:600;
  color:#000;
  margin-bottom:40px;
}

.custom-steps-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:30px;
}

.custom-step-item{
  width:150px;
  flex:1 1 calc(16.6% - 20px);
  text-align:center;
  margin:0 auto;
}

.custom-step-icon svg{
  width:70px;
  height:70px;
  stroke:#3a8b82;
}

.custom-step-number{
  width:28px;
  height:28px;
  background:#3a8b82;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:12px auto;
  font-size:14px;
}

.custom-step-text{
  font-size:15px;
  color:#333;
  line-height:1.4;
}

/* 手机端适配 */
@media (max-width:768px){
  .custom-steps-title{
    font-size:22px;
    margin-bottom:28px;
  }
  .custom-step-item{
    flex:1 1 45%;
  }
}
