    .section2 {
        position: relative;
        z-index: 5;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .Box2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .title2 {
        font-weight: bold;
        font-size: 32px;
        line-height: 1;
        color: #fff;
    }

    .desc2 {
        font-size: 16px;
        line-height: 2;
        color: #fff;
        margin: 15px 0;
        opacity: 0.8;
    }

    .lt2 {
        width: 40%;
        padding: 60px;
        padding-bottom: 0;
    }

    .lt2 * {
        text-align: center;
    }

    .lt2 .More {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        width: 200px;
        height: 56px;
        border: 1px solid #ffffff80;
        border-radius: 50px;
        margin-bottom: 30px;
    }

    .lt2 img {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: -30px;
    }

    .rt2 {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
    }

    .rt2 .title2 {
        font-size: 22px;
    }

    .top2 {
        width: 100%;
        height: 50%;
        background: var(--color);
        padding: 30px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .top2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: var(--color);
        width: 200px;
        height: 56px;
        background: #fff;
        border-radius: 50px;
    }

    .icon2 {
        width: 50%;
        height: 50%;
        padding: 30px 60px;
        background: #ececec;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .icon2 .title2 {
        width: calc(100% - 160px);
        color: #333;
    }

    .icon2 .desc2 {
        width: calc(100% - 160px);
        color: #333;
    }

    .icon2 a {
        border-bottom: 1px solid #333;
    }

    .icon2 img {
        position: absolute;
        right: 60px;
        width: 150px;
    }

    .img2 {
        width: 50%;
        height: 50%;
        padding: 30px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    .img2 a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    @media (max-width: 1600px) {
        .lt2 img {
            width: 70%;
        }
    }

    @media (max-width: 1440px) {
        .lt2 img {
            display: block;
            width: 80%;
            margin: 0 auto;
            margin-bottom: -30px;
        }

        .top2,
        .icon2,
        .img2 {
            padding: 30px;
        }

        .icon2 img {
            right: 30px;
        }
    }

    @media (max-width: 1200px) {
        .Box2 {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }

        .lt2 {
            width: 100%;
        }

        .rt2 {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

        .icon2,
        .img2 {
            padding: 30px;
            height: 30vw;
        }

        .lt2 img {
            max-width: 300px;
            width: 80%;
        }
    }

    @media (max-width: 720px) {

        .icon2 {
            width: 100%;
            height: auto;
        }

        .img2 {
            width: 100%;
            height: 60vw;
        }
    }

    @media (max-width: 460px) {
        .icon2 .title2 {
            width: 100%;
            color: #333;
        }

        .icon2 .desc2 {
            width: 100%;
            color: #333;
        }

        .icon2 img {
            margin-top: 30px;
            position: unset;
        }

        .lt2 {
            padding: 30px;
            padding-bottom: 0;
        }
    }