    /* box2 */
    .section2 {
        display: block;
    }

    .Top2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Top2 a {
        display: block;
        font-size: 18px;
        line-height: 1.5;
        color: var(--color);
        font-weight: 700;
    }

    .Top2 a:hover {
        color: #333;
    }

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

    .Box2 {
        margin-top: 60px;
        width: 100%;
    }

    .Swiper2 {
        height: 700px;
    }


    .slide2 {
        display: flex;
        align-items: center;
        padding: 15px;
        background: #fff;
    }

    .slide2 .swiper-slide-shadow {
        background: rgba(255, 255, 255, 0.5);
    }

    .text2 {
        width: 180px;
        padding: 30px;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
        display: flex;
        flex-direction: column;
        grid-gap: 75px;
    }

    .text2 h1 {
        font-size: 30px;
        line-height: 1.2em;
        color: #222222;
    }


    .text2 a {
        font-size: 15px;
        color: var(--color);
    }


    .img2 {
        width: calc(100% - 180px);
    }

    .img2 img {
        width: 100%;
    }


    .button2 {
        width: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .button2 i::before {
        font-weight: bold !important;
    }

    .button2 i:hover {
        color: var(--color);
    }

    .pagination2 span,
    .pagination2 {
        font-size: 14px;
        width: auto;
        font-weight: bold;
    }


    @media (max-width: 1200px) {
        .Swiper2 {
            height: 50vw;
        }
    }

    @media (max-width: 720px) {
        .Box2 {
            margin-top: 30px;
        }

        .slide2 {
            flex-wrap: wrap;
        }

        .text2 {
            width: 100%;
            grid-gap: 15px;
            padding: 20px;
        }

        .text2 h1 {
            font-size: 24px;
        }

        .img2 {
            width: 100%;
        }

        .Swiper2 {
            height: calc(65vw + 100px);
        }

        .button2 {
            margin-left: 15px;
        }
    }

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

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