
.about-factory-section {
    padding:70px 20px;
    font-family:"Baloo2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width:1200px;
    margin:0 auto;
}
.about-factory-title {
    text-align:center;
    font-size:42px;
    color:#ff9c5b;
    font-weight:700;
    margin:0 0 20px;
}
.about-factory-desc {
    text-align:center;
    max-width:840px;
    margin:0 auto 40px;
    font-size:16px;
    line-height:1.6;
    color:#333344;
}
.about-factory-row {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:36px;
    align-items:center;
    margin-bottom:40px;
}
.about-factory-img-wrap {
}
.about-factory-img {
    width:100%;
    border-radius:24px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    display:block;
}
.about-factory-feature-card {
    background:#f2f7f8;
    border-radius:28px;
    padding:32px;
}
.factory-feature-item {
    margin-bottom:24px;
}
.factory-feature-item:last-child {
    margin-bottom:0;
}
.factory-feature-header {
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:8px;
}
.star-icon {
    color:#ff9c5b;
    font-size:20px;
}
.factory-feature-title {
    font-size:20px;
    font-weight:600;
    color:#68A3A8;
    margin:0;
}
.factory-feature-text {
    font-size:16px;
    color:#333344;
    line-height:1.55;
    margin:0;
    padding-left:30px;
}
@media(max-width:768px){
    .about-factory-section {
        padding:42px 16px;
    }
    .about-factory-title {
        font-size:30px;
    }
    .about-factory-row {
        grid-template-columns:1fr;
    }
    .about-factory-feature-card {
        padding:22px;
    }
    .factory-feature-title {
        font-size:18px;
    }
}
