.section1 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 180px;
}

.section1 .wrap .top {
    margin-bottom: 170px;
}

.section1 .wrap .top .list {
    display: flex;
    align-items: center;
}

.section1 .wrap .top .list .item {
    flex: 1;
    text-align: center;
}

.section1 .wrap .top .list .line {
    width: 1px;
    height: 120px;
    background-color: #9D9D9D;
}

.section1 .wrap .top .list .item:first-child h4 {
    font-family: "HSB";
}

.section1 .wrap .top .list .item:first-child p {
    /* font-size: 50px; */
    font-size: 40px;
    font-weight: 700;

}

.section1 .wrap .top .list .item:not(:first-child) p {
    /* font-weight:200; */
    font-family: "HSL";
}

.section1 .wrap .top .list .item:not(:first-child) h4 {
    color: #1C58D7;
    font-weight: 400;
}

.section1 .wrap .top .list .item h4 {
    /* font-size: 68px; */
    font-size: 52px;
    line-height: 1;

}

.section1 .wrap .top .list .item p {
    font-size: 44px;
}

.section1 .wrap .bottom .item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.section1 .wrap .bottom .item:not(:last-child) {
    margin-bottom: 110px;
}

.section1 .wrap .bottom .item .text {
    position: absolute;
    left: 100px;
    bottom: 90px;
}

.section1 .wrap .bottom .item .text h3 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 20px;
}

.section1 .wrap .bottom .item .text p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    width: 500px;
}

html[lang="en"] .section1 .wrap .top .list .item h4 {
    font-size: 44px;
}

html[lang="en"] .section1 .wrap .top .list .item p {
    font-size: 30px;
}

html[lang="en"] .section1 .wrap .bottom .item .text p {
    font-family: "HSL";
}

html[lang="en"] .section1 .wrap .top .list .item h4 {
    margin-bottom: 10px;
}

html[lang="en"] .section1 .wrap .top .list .item:nth-child(1) p {
    font-size: 40px;
}

/* html[lang="en"] .section1 .wrap .bottom .item .text h3 {
    font-size: 32px;
    line-height: 42px;
} */

html[lang="en"] .section1 .wrap .bottom .item .text p {
    width: 570px;
}

html[lang="en"] .section1 .wrap .bottom .item .text h3{
    font-size: 38px;
    line-height: 1.4;
}

@media screen and (max-width: 1919px) {
    .section1 .wrap {
        width: 72.9166666667vw;
        padding-top: 10.4166666667vw;
        padding-bottom: 9.375vw;
    }

    .section1 .wrap .top {
        margin-bottom: 8.8541666667vw;
    }

    .section1 .wrap .top .list .line {
        height: 6.25vw;
    }

    .section1 .wrap .top .list .item:first-child p {
        /* font-size: 2.6041666667vw; */
        font-size: 2.0833333333vw;
    }

    .section1 .wrap .top .list .item h4 {
        /* font-size: 3.5416666667vw; */
        font-size: 2.7083333333vw;
    }

    .section1 .wrap .top .list .item p {
        font-size: 2.2916666667vw;
    }

    .section1 .wrap .bottom .item:not(:last-child) {
        margin-bottom: 5.7291666667vw;
    }

    .section1 .wrap .bottom .item .text {
        left: 5.2083333333vw;
        bottom: 4.6875vw;
    }

    .section1 .wrap .bottom .item .text h3 {
        font-size: 2.5vw;
        line-height: 3.125vw;
        margin-bottom: 1.0416666667vw;
    }

    .section1 .wrap .bottom .item .text p {
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
        width: 26.0416666667vw;
    }


    html[lang="en"] .section1 .wrap .top .list .item h4 {
        font-size: 2.291666666vw;
    }

    html[lang="en"] .section1 .wrap .top .list .item p {
        font-size: 1.5625vw;
    }

    /* html[lang="en"] .section1 .wrap .bottom .item .text h3 {
        font-size: 1.6666666667vw;
        line-height: 2.1875vw;
    } */
    html[lang="en"] .section1 .wrap .top .list .item h4 {
        margin-bottom: 0.5208333333vw;
    }

    html[lang="en"] .section1 .wrap .top .list .item:nth-child(1) p {
        font-size: 2.083333333vw;
    }

    html[lang="en"] .section1 .wrap .bottom .item .text p {
        width: 29.6875vw;
    }
    html[lang="en"] .section1 .wrap .bottom .item .text h3{
        font-size:1.9791666666vw;
    }
}

@media screen and (max-width: 768px) {
    .section1 .wrap {
        width: 90%;
        padding: 60px 0;
    }

    .section1 .wrap .top .list .item h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .section1 .wrap .top .list .line {
        height: 42px;
    }

    .section1 .wrap .top {
        margin-bottom: 30px;
    }

    .section1 .wrap .top .list .item:first-child p {
        font-size: 14px;
    }

    .section1 .wrap .top .list .item p {
        font-size: 14px;
    }

    .section1 .wrap .bottom .item:not(:last-child) {
        margin-bottom: 20px;
    }

    .section1 .wrap .bottom .item .img {
        border-radius: 12px;
        overflow: hidden;
    }

    .section1 .wrap .bottom .item .text {
        position: unset;
        padding: 20px 0 0;
    }

    .section1 .wrap .bottom .item .text h3 {
        font-size: 16px;
        line-height: 1.4;
        color: #000000;
        margin-bottom: 10px;
    }

    .section1 .wrap .bottom .item .text p {
        font-size: 14px;
        width: 100%;
        line-height: 1.6;
        color: #666666;
    }

    .section1 .wrap .bottom .item {
        border-bottom: 1px solid #ccc;
        padding: 0 0 15px;
    }

    html[lang="en"] .section1 .wrap .top .list .item h4 {
        font-size: 18px;
    }

    html[lang="en"] .section1 .wrap .top .list .item p {
        font-size: 16px;
    }

    html[lang="en"] .section1 .wrap .bottom .item .text h3 {
        font-size: 18px;
        line-height: 1.6;
    }

    html[lang="en"] .section1 .wrap .top .list {
        flex-direction: column;
        align-items: start;
    }

    html[lang="en"] .section1 .wrap .top .list .item {
        text-align: left;
    }

    html[lang="en"] .section1 .wrap .top .list .item:not(:last-child) {
        margin-bottom: 20px;
    }

    html[lang="en"] .section1 .wrap .top .list .line {
        display: none;
    }

    .section1 .wrap .bottom .item {
        border-radius: 0px;
    }

    html[lang="en"] .section1 .wrap .top .list .item h4 {
        margin-bottom: 5px;
    }

    html[lang="en"] .section1 .wrap .top .list .item:nth-child(1) p {
        font-size: 24px;
    }

    html[lang="en"] .section1 .wrap .bottom .item .text p {
        width: 100%;
    }
    html[lang="en"] .section1 .wrap .bottom .item .text h3{
        font-size:20px;
    }
}