    /* box2 */
    .section2 {
        position: relative;
    }

    .Box2 {
        width: 100%;
        position: relative;
    }


    .Swiper2 {
        width: 100%;
        object-fit: cover;
    }

    .Slide2 {
        width: 100%;
        height: auto;
        border: #eaeaea 2px solid;
    }

    .Slide2 h1 {
        width: 100%;
        height: 100px;
        padding: 0 30px;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prev2,
    .next2 {
        width: 60px;
        height: 60px;
        background: var(--color);
    }

    .next2.swiper-button-next:after,
    .prev2.swiper-button-prev:after {
        color: #fff;
        font-size: 20px;
    }

    .Box2 .pagination1 {
        top: auto;
        bottom: -45px;
    }

    .Box2 .pagination1 .swiper-pagination-bullet-active {
        background: var(--color);
    }

    @media (max-width: 1200px) {
        .Slide2 h1 {
            padding: 0 20px;
            font-size: 16px;
            height: 80px;
        }

        .prev2,
        .next2 {
            width: 45px;
            height: 45px;
        }

        .Box2 .pagination1 {
            bottom: -30px;
        }
    }


    @media (max-width: 460px) {
        .Slide2 h1 {
            height: 60px;
            padding: 0 10px;
            font-size: 14px;
        }
    }

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