/* 添加到mulin.css文件中 */
.mulin-product {
    margin: 50px 0;
}

.mulin-product .section-title {
    text-align: center;
    margin-bottom: 30px;
      

}

.mulin-product .section-title h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 2rem;
}

.mulin-product .no-margin {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
}

.feature-card {
      background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

/* 一行两个卡片 */
/* .row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
} */

/* .col-lg-4, .col-md-6 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
} */

.free-version-advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.free-version-advantages .col-lg-4, 
.free-version-advantages .col-md-6 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}


.feature-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-header i {
    color: #008000;
    margin-right: 10px;
    font-size: 20px;
}

.feature-header h3 {
    color: #333;
    margin: 0;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 20px;
}

.feature-list li:before {
    content: "•";
    color: #008000;
    position: absolute;
    left: 0;
    top: 8px;
}




.section-title {
    margin-top: 10px;
    margin-bottom: 2rem;
    text-align: center;
}