.kelin-production-process {
    padding: 70px 0;
}

.kelin-production-process .index-kelin-tit h3 {
    text-align: center;
    font-weight: 100;
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 1;
    font-family: 'Roboto';
    margin-bottom: 15px;
}
.kelin-production-process .index-kelin-tit p{
    margin: 5px auto;
    max-width: 1100px;
    color:#333;
    font-size:clamp(14px, 1.15vw, 22px);
    text-align:center;
    line-height:1.2;
}
.kelin-production-process .index-kelin-tit h3::before {
    background: #fff;
}

.kelin-production-process .index-kelin-tit h3::after {
    background: #fff;
}

.kelin-production-process ul {
    justify-content: space-between;
    display: flex;
    position: relative;
    margin: 0;
    font-size: 0;
}

.kelin-production-process ul li {
    height: 288px;
    border-radius: 30px;
    border: 2px solid #00825E;
    width: 288px;
    display: inline-block;
    margin: 80px 0 0;
    text-align: center;
    position: relative;
    box-shadow: 6px 8px 0px #00852e;
    padding: 50px;
}

.kelin-production-process ul li:not(:nth-child(4)):not(:nth-child(9))::after {
    content: '';
    top: 143px;
    right: -70px;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 8px;
    background: #00825E;
}

.kelin-production-process ul li img {
    height: 44px;
}

.kelin-production-process ul li em {
    background: url(./pics/dot2.png) no-repeat center;
    width: 36px;
    height: 36px;
    display: block;
    margin: 25px auto 0;
}

.kelin-production-process ul li p {
    font-size: clamp(20px, 1.7vw, 32px);
    color: #000;
    line-height: 180px;
    overflow: hidden;
}

.kelin-production-process .more {
    width: 198px;
    margin: 50px auto 0;
    background: color-mix(in srgb, var(--color-primary) 85%, transparent);
    height: 47px;
    line-height: 47px;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: var(--button-radius);
}

.kelin-production-process .more:hover {
    background: color-mix(in srgb, var(--color-primary) 70%, transparent);
}

@media (max-width: 1499px) and (min-width:992px) {
    .kelin-production-process {
        padding: 65px 40px; 
    }

    .kelin-production-process ul {
        gap: 50px; 
    }

    .kelin-production-process ul li {
        width: calc((100% - 60px) / 4);
        height: 260px;
        margin-top: 70px;
        box-shadow: 5px 7px 0px #00852e;
    }

    .kelin-production-process ul li:not(:nth-child(4)):not(:nth-child(9))::after {
        top: 128px; 
        right: -49px; 
        width: 40px;
        height: 7px; 
    }

    .kelin-production-process ul li img {
        height: 40px; 
    }

    .kelin-production-process ul li em {
        width: 32px;
        height: 32px;
        margin-top: 20px;
    }

    .kelin-production-process ul li p {
        line-height: 150px; 
    }

    .kelin-production-process .more {
        width: 185px;
        height: 45px;
        line-height: 45px;
        margin-top: 45px;
    }
}




@media(max-width:991px){
.kelin-production-process {padding: 30px 0;}
.kelin-production-process ul li{width: 47%;height: auto; padding: 15px;margin: 30px 0 0;}
.kelin-production-process ul {flex-wrap: wrap;}
.kelin-production-process ul li:not(:nth-child(4)):not(:nth-child(9))::after{display: none;}
}