.header .header-content .header-bottom .header-nav .header-nav-item:nth-child(3)::after{
    content: "";
}

.service-img-list{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.service-img-list .service-img-item{
    width: 32%;
    aspect-ratio: 386 / 300;
}
.service-img-list .service-img-item img{
    width: 100%;
    height: 100%;
}


.service-content-item{
    width: 100%;
    background: #FFFFFF;
    margin-top: 40px;
}
.service-content-item .service-content-title{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 27px;
    margin-bottom: 16px;
}
.service-content-item .service-content-text{
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}



@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .service-img-list{
        margin: 30px 0;
    }
    .service-content-item{
        margin-top: 30px;
    }
    .service-content-item .service-content-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .service-content-item .service-content-text{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    .service-img-list{
        margin: 20px 0;
    }
    .service-content-item{
        margin-top: 20px;
    }
    .service-content-item .service-content-title{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .service-content-item .service-content-text{
        font-size: 12px;
    }
}