.section2 {
    padding: 100px 0;
    position: relative;
    background-size: cover;
}

.section2 .title h1 {
    text-align: center;
    margin-bottom: 60px;
}

.box2_1 {}

.box2_1 h2.title {
    color: #7C7C7C;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 50px;
}

.box2_1 .itemBox {
    display: flex;
}

.box2_1 .itemBox a {
    width: 100%;
    margin-bottom: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box2_1 .itemBox a .img {
    width: 90px;
    height: 90px;
    padding: 15px;
    border-radius: 50%;
    background: #F4F4F4;
}

.box2_1 .itemBox a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box2_1 .itemBox a span {
    margin: 20px 0;
    display: flex;
    align-items: baseline;
}

.box2_1 .itemBox a h1 {
    color: #333;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
}

.box2_1 .itemBox a h2 {
    color: #333;
    font-size: 22px;
    line-height: 1;
    margin-left: 10px;
}

.box2_1 .itemBox a h3 {
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.box2_3 {
    padding-bottom: 60px;
    position: relative;
}

.box2_3 .bj {
    width: 100%;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 0px 0px 5vw 0px;
}

.box2_3 .bj img {
    width: 100%;
    position: relative;
    transition: 0.5s;
}

.box2_3:hover .bj img {
    transform: scale(1.08);
}


.box2_3 .text {
    padding: 0 60px;
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 120px;
    border-radius: 0px 40px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.box2_3 .desc {
    margin-top: 30px;
    font-size: 18px;
    line-height: 46px;
    text-align: justify;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {
    .box2_3 .text {
        width: 600px;
        height: 400px;
    }
}

@media (max-width: 1200px) {
    .box2_3 .text {
        left: 10%;
        width: 80%;
        height: auto;
        padding: 45px;
    }

    .box2_3 .desc {
        margin-top: 15px;
        font-size: 16px;
        line-height: 2;
    }

    .box2_3 .logo {
        width: 150px;
    }
}

@media (max-width: 992px) {
    .box2_3 {
        padding-bottom: 180px;
    }

    .box2_1 .itemBox {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .box2_1 .itemBox a {
        width: 33.333%;
        margin-bottom: 45px;
    }
}

@media (max-width: 640px) {
    .section2 {
        padding: 60px 0;
    }

    .section2 .title h1 {
        margin-bottom: 45px;
    }

    .box2_1 h2.title {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .box2_1 .itemBox a h1 {
        font-size: 26px;
    }

    .box2_1 .itemBox a h2 {
        font-size: 18px;
    }

    .box2_1 .itemBox a span {
        margin: 15px 0;
    }

    .box2_1 .itemBox a {
        width: 33.333%;
        margin-bottom: 30px;
    }

    .box2_1 .itemBox a img {
        width: 75px;
        height: 75px;
    }

    .box2_3 {
        padding-bottom: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .box2_3 .text {
        left: 0;
        width: 100%;
        height: auto;
        padding: 45px 30px;
        position: relative;
        border-radius: 0;
    }
}
