    /* box2 */
    .section2 {
        position: relative;
        z-index: 2;
        padding-right: var(--container);
        padding-left: var(--container);
    }

    .Box2 {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .img2 {
        width: 50%;
    }

    .img2 img {
        width: 100%;
    }

    .text2 {
        padding-left: 120px;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .text2 .indexTitle h1 {
        text-align: left;
    }

    .text2 .desc {
        font-size: 18px;
        line-height: 2;
        color: #1B1464;
    }

    .text2 a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 360px;
        height: 80px;
        font-size: 16px;
        color: #000000;
    }

    .text2 a::after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background: #FFFFFF;
        border: 1px solid #E8E8E8;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        transform: skewX(-15deg);
    }

    .bj2 {
        position: absolute;
        top: 145px;
    }

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

    @media (max-width: 1440px) {
        .bj2 {
            width: 100%;
            left: 0;
        }

        .text2 {
            padding-left: 60px;
        }
    }

    @media (max-width: 1200px) {
        .img2 {
            width: 60%;
        }

        .text2 {
            width: 100%;
            padding: 0;
            padding-top: 30px;
        }

        .text2 .desc {
            margin: 30px 0;
        }

        .text2 .desc {
            font-size: 16px;
            line-height: 1.5;
        }
    }

    @media (max-width: 720px) {
        .img2 {
            width: 100%;
        }

        .text2 a {
            width: 240px;
            height: 60px;
        }
    }

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

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