.section1 .wrap {
    padding-top: 210px;
    padding-bottom: 140px;
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.section1 .wrap .main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.section1 .wrap .text {
    position: absolute;
    left: 140px;
    top: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    transform: translateY(-50%);

}

.section1 .wrap .text p {
    text-shadow: 2px 0px 5px #49331C;
}

.section1 .wrap .text p:not(:last-child) {
    margin-bottom: 50px;
}

.section2 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 190px;
}

.section2 .wrap .title {
    padding-bottom: 120px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(67, 67, 67, .2);
}

.section2 .wrap .title h3 {
    text-align: center;
    font-size: 50px;
    color: #1B1B1B;
    font-weight: 400;
}

.section2 .wrap .title h3 span {
    color: #1C59D8;
}

.section2 .wrap .main .list {
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
}

.section2 .wrap .main .list .item.row {
    width: 100%;
}

.section2 .wrap .main .list .item.row .value,
.section2 .wrap .main .list .item.row textarea {
    height: 240px;
    width: 100%;
}

.section2 .wrap .main .list .item.row textarea::placeholder {
    color: #b5b5b5;
}

.section2 .wrap .main .list .item {
    width: 430px;
}

.section2 .wrap .main .list .item .key {
    color: #1A1A1A;
    font-size: 20px;
    display: flex;
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    /* font-weight: 700; */
}


.section2 .wrap .main .list .item .key span {
    transform: translate(100%, -3px);
    font-size: 18px;
    display: block;
    right: 0;
    position: absolute;
    color: #CD0000;
    font-weight: 400;
}

.section2 .wrap .main .list .item .value {
    background-color: #F7F7F9;
    height: 55px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.section2 .wrap .main .list .item.row textarea {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    background-color: transparent;
    border: none;
}

.section2 .wrap .main .list .item .value input {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    background-color: transparent;
    border: none;
}

.section2 .wrap .main .list .item .value input::placeholder {
    color: #b5b5b5;
}

.section2 .wrap .more a {
    width: 120px;
    padding: 0 10px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111111;
    margin: 50px auto 0;
    font-size: 16px;
    border-bottom: 1px solid #111111;
    transition: all .6s;
}

.section2 .wrap .more a:hover {
    color: #1C59D8;
    border-bottom: 1px solid #1C59D8;
}


.section2 .wrap .main button {
    width: 210px;
    height: 48px;

    margin: 50px auto 0;
    transition: all .6s;
    background-color: #1C59D8;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

html[lang="en"] .section2 .wrap .more a {
    width: 170px;
}

html[lang="en"] .section2 .wrap .more a .fist div {
    min-width: fit-content;
}

@media screen and (max-width: 1919px) {
    .section1 .wrap {
        padding-top: 10.9375vw;
        padding-bottom: 7.2916666667vw;
        width: 72.9166666667vw;
    }

    .section1 .wrap .text {
        left: 7.2916666667vw;
        font-size: 1.1458333333vw;
        line-height: 2.6041666667vw;
    }

    .section1 .wrap .text p:not(:last-child) {
        margin-bottom: 2.6041666667vw;
    }

    .section2 .wrap {
        width: 72.9166666667vw;
        padding-bottom: 9.8958333333vw;
    }

    .section2 .wrap .title {
        padding-bottom: 6.25vw;
        margin-bottom: 3.125vw;
    }

    .section2 .wrap .title h3 {
        font-size: 2.6041666667vw;
    }

    .section2 .wrap .main .list {
        gap: 2.8645833333vw;
    }

    .section2 .wrap .main .list .item.row .value,
    .section2 .wrap .main .list .item.row textarea {
        height: 12.5vw;
    }

    .section2 .wrap .main .list .item {
        width: 22.3958333333vw;
    }

    .section2 .wrap .main .list .item .key {
        font-size: 1.0416666667vw;
        margin-bottom: 0.5208333333vw;
    }

    .section2 .wrap .main .list .item .key span {
        transform: translate(100%, -0.15625vw);
        font-size: 0.9375vw;
    }

    .section2 .wrap .main .list .item .value {
        height: 2.8645833333vw;
        border-radius: 1.5625vw;
    }

    .section2 .wrap .main .list .item.row textarea {
        padding: 1.0416666667vw 1.5625vw;
    }

    .section2 .wrap .main .list .item .value input {
        padding: 0px 1.5625vw;
    }

    .section2 .wrap .main button {
        width: 10.9375vw;
        height: 2.5vw;
        margin: 2.6041666667vw auto 0px;
        border-radius: 1.25vw;
        font-size: 1.0416666667vw;
    }

    .section2 .wrap .more a {
        width: 6.25vw;
        padding: 0px 0.5208333333vw;
        height: 2.1875vw;
        margin: 2.6041666667vw auto 0px;
        font-size: 0.8333333333vw;
    }

    .section2 .wrap .more a .icon span {
        font-size: 0.83333333vw;
    }

    html[lang="en"] .section2 .wrap .more a {
        width: 8.8541666667vw;
    }
}

@media screen and (max-width: 768px) {
    .section1 .wrap {
        width: 90%;
        padding: 50px 0 30px;
    }

    .section1 .wrap .img {
        border-radius: 12px;
        overflow: hidden;
    }

    .section1 .wrap .text {
        position: unset;
        transform: unset;
        font-size: 16px;
        line-height: 1.8;
        color: #111111;
        margin-bottom: 25px;
    }

    .section1 .wrap .main {
        display: flex;
        flex-direction: column-reverse;
    }

    .section2 .wrap {
        width: 90%;
        padding: 40px 0 60px;
    }

    .section2 .wrap .title h3 {
        font-size: 20px;
    }

    .section2 .wrap .title {
        padding: 0 10px 15px;
        margin: 0 auto 30px;
    }

    .section2 .wrap .main .list {
        gap: 20px;
    }

    .section2 .wrap .main .list .item {
        width: 100%;
    }

    .section2 .wrap .main .list .item .key {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .section2 .wrap .main .list .item .key span {
        font-size: 15px;
    }

    .section2 .wrap .main .list .item .value {
        height: unset;
        border-radius: 6px;
        padding: 0 10px;
        font-size: 15px;
    }

    .section2 .wrap .main .list .item .value input {
        height: 40px;
        padding: 0 5px;
    }

    .section2 .wrap .main .list .item.row .value {
        height: unset;
    }

    .section2 .wrap .main .list .item.row textarea {
        height: 150px;
        padding: 10px 5px;
    }

    .section2 .wrap .more a {
        margin: 30px auto 0;
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .section2 .wrap .main button {
        margin: 30px auto 0;
        width: 140px;
        height: 40px;
        border-radius: 20px;
        font-size: 15px;
    }

    .section2 .wrap .more a .icon span {
        font-size: 14px;
    }

    html[lang="en"] .section2 .wrap .more a {
        width: 140px;
    }

    .section1 .wrap .main {
        border-radius: 0px;
    }

    .section1 .wrap .text p {
        text-shadow: none;
        font-family: "HSL";
        font-size: 15px;
        line-height: 1.8;
    }
}