.common_banner .text {
    top: 50%;
    transform: translate(-50%, -50%);
}

.common_banner .text h5 {
    text-align: center;
    font-size: 50px;
}

.common_banner .text h5 div {
    font-size: 50px;
}

.sec1 {
    padding: 132px 0 0;
}

.sec1 .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 49px 25px;
}

.sec1 .wrap .item {
    width: 450px;
    height: 260px;
    background: #FAFAFA;
    border-radius: 30px;
}

.sec1 .wrap .item .icon {
    width: 40px;
    height: 40px;
}

.sec1 .wrap .item .icon img {
    display: block;
    width: 100%;
}

.sec1 .wrap .item1 {
    padding: 43px 75px 0;
}

.sec1 .wrap .item1 h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 1;
    margin: 27px 0 25px;
}

.sec1 .wrap .item1 p {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 30px;
}

.sec1 .wrap .item2 {
    padding: 57px 75px 0;
    height: 230px;
    border-radius: 14px;
}

.sec1 .wrap .item2 h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
}

.sec1 .wrap .item2 h4 {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 1;
    margin: 28px 0 14px;
}

.sec1 .wrap .item2 p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 1;
}

.sec1 .wrap .item3 {
    width: 925px;
    height: 230px;
    background: #FAFAFA;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .item3 h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
}

.sec1 .wrap .item3 .l {
    width: 450px;
    padding: 58px 75px 0;
}

.sec1 .wrap .item3 .l .shares {
    display: flex;
    gap: 4px;
    margin: 39px 0 0;
}

.sec1 .wrap .item3 .l .shares .iconfont {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #7F1085;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}

.sec1 .wrap .item3 .l .shares .iconfont:nth-last-child(1) {
    font-size: 24px;
}

.sec1 .wrap .item3 .l .shares .iconfont .ewm_box {
    position: absolute;
    padding: 0 0 50px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.sec1 .wrap .item3 .l .shares .iconfont .ewm_box .ewm {
    width: 170px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 13px;
}

.sec1 .wrap .item3 .l .shares .iconfont .ewm_box .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .item3 .l .shares .iconfont:hover .ewm_box {
    transform: translate(-50%, 0px);
    opacity: 1;
    pointer-events: auto;
}

.sec1 .wrap .item3 .r {
    width: 450px;
    padding: 58px 75px 0;
}

.sec1 .wrap .item3 .r p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px;
    margin: 20px 0 0;
}

.sec2 {
    padding: 100px 0 0;
}

.sec2 .wrap .title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 58px;
    text-transform: uppercase;
}

.sec2 .wrap form {
    display: flex;
    gap: 30px 40px;
    flex-wrap: wrap;
}

.sec2 .wrap form input {
    width: 440px;
    height: 78px;
    background: #FFFFFF;
    border-radius: 39px;
    border: 1px solid #E7E7E7;
    padding: 0 55px;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #811387;
}

.sec2 .wrap form input::placeholder {
    font-family: 'Poppins-Medium';
    color: #811387;
}

.sec2 .wrap form textarea {
    width: 1400px;
    height: 252px;
    background: #FFFFFF;
    border-radius: 39px;
    border: 1px solid #E7E7E7;
    padding: 27px 55px;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #811387;
}

.sec2 .wrap form textarea::placeholder {
    font-family: 'Poppins-Medium';
    color: #811387;
}

.sec2 .wrap form button {
    margin: 30px auto 0;
    width: fit-content;
    height: 50px;
    background: #7F1085;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
}

.sec2 .wrap form button p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}


@media screen and (max-width: 1919px) {
    .common_banner .text h5 {
        font-size: 2.6041666667vw;
    }

    .common_banner .text h5 div {
        font-size: 2.6041666667vw;
    }

    .sec1 {
        padding: 6.875vw 0px 0px;
    }

    .sec1 .wrap {
        gap: 2.5520833333vw 1.3020833333vw;
    }

    .sec1 .wrap .item {
        width: 23.4375vw;
        height: 13.5416666667vw;
        border-radius: 1.5625vw;
    }

    .sec1 .wrap .item .icon {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }

    .sec1 .wrap .item1 {
        padding: 2.2395833333vw 3.90625vw 0px;
    }

    .sec1 .wrap .item1 h5 {
        font-size: 1.0416666667vw;
        margin: 1.40625vw 0px 1.3020833333vw;
    }

    .sec1 .wrap .item1 p {
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .item2 {
        padding: 2.96875vw 3.90625vw 0px;
        height: 11.9791666667vw;
        border-radius: 0.7291666667vw;
    }

    .sec1 .wrap .item2 h5 {
        font-size: 1.25vw;
    }

    .sec1 .wrap .item2 h4 {
        font-size: 1.0416666667vw;
        margin: 1.4583333333vw 0px 0.7291666667vw;
    }

    .sec1 .wrap .item2 p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .item3 {
        width: 48.1770833333vw;
        height: 11.9791666667vw;
        border-radius: 0.7291666667vw;
    }

    .sec1 .wrap .item3 h5 {
        font-size: 1.25vw;
    }

    .sec1 .wrap .item3 .l {
        width: 23.4375vw;
        padding: 3.0208333333vw 3.90625vw 0px;
    }

    .sec1 .wrap .item3 .l .shares {
        gap: 0.2083333333vw;
        margin: 2.03125vw 0px 0px;
    }

    .sec1 .wrap .item3 .l .shares .iconfont {
        width: 2.5vw;
        height: 2.5vw;
        font-size: 1.0416666667vw;
    }

    .sec1 .wrap .item3 .l .shares .iconfont:nth-last-child(1) {
        font-size: 1.25vw;
    }

    .sec1 .wrap .item3 .l .shares .iconfont .ewm_box {
        padding: 0px 0px 2.6041666667vw;
        transform: translate(-50%, 1.0416666667vw);
    }

    .sec1 .wrap .item3 .l .shares .iconfont .ewm_box .ewm {
        width: 8.8541666667vw;
        height: 8.8541666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 1.6666666667vw 0px;
        border-radius: 0.625vw;
        padding: 0.6770833333vw;
    }

    .sec1 .wrap .item3 .r {
        width: 23.4375vw;
        padding: 3.0208333333vw 3.90625vw 0px;
    }

    .sec1 .wrap .item3 .r p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 1.0416666667vw 0px 0px;
    }

    .sec2 {
        padding: 5.2083333333vw 0px 0px;
    }

    .sec2 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 3.0208333333vw;
    }

    .sec2 .wrap form {
        gap: 1.5625vw 2.0833333333vw;
    }

    .sec2 .wrap form input {
        width: 22.9166666667vw;
        height: 4.0625vw;
        border-radius: 2.03125vw;
        padding: 0px 2.8645833333vw;
        font-size: 0.9375vw;
    }

    .sec2 .wrap form textarea {
        width: 72.9166666667vw;
        height: 13.125vw;
        border-radius: 2.03125vw;
        padding: 1.40625vw 2.8645833333vw;
        font-size: 0.9375vw;
    }

    .sec2 .wrap form button {
        margin: 1.5625vw auto 0px;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        padding: 0px 1.875vw;
    }

    .sec2 .wrap form button p {
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .text h5,.common_banner .text h5 div {
        font-size: 22px;
    }
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap {
        gap: 15px;
    }
    .sec1 .wrap .item {
        width: 100%;
        padding: 20px !important;
        border-radius: 8px;
        height: unset;
    }
    .sec1 .wrap .item .icon {
        width: 28px;
        height: 28px;
    }
    .sec1 .wrap .item1 h5 {
        font-size: 16px;
        margin: 15px 0 13px;
    }
    .sec1 .wrap .item1 p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .item2 h5,.sec1 .wrap .item3 h5 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .sec1 .wrap .item3 {
        display: block;
    }
    .sec1 .wrap .item3 .l {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .sec1 .wrap .item3 .l .shares .iconfont {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .sec1 .wrap .item3 .l .shares .iconfont:nth-last-child(1) {
        font-size: 20px;
    }
    .sec1 .wrap .item3 .l .shares .iconfont .ewm_box {
        padding: 0 0 40px;
    }
    .sec1 .wrap .item3 .l .shares .iconfont .ewm_box .ewm {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .sec1 .wrap .item2 h4 {
        font-size: 16px;
        margin: 0 0 8px;
    }
    .sec1 .wrap .item2 p {
        font-size: 12px;
    }
    .sec1 .wrap .item3 .r {
        width: 100%;
        padding: 0;
    }
    .sec1 .wrap .item3 .r p {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec2 .wrap form {
        gap: 20px;
    }
    .sec2 .wrap form input {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        font-size: 14px;
    }
    .sec2 .wrap form textarea {
        width: 100%;
        height: 140px;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .sec2 .wrap form button {
        margin: 15px auto 0;
        height: 36px;
        border-radius: 18px;
        padding: 0 15px;
    }
    .sec2 .wrap form button p {
        font-size: 14px;
    }
}
