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

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

    .Swiper2 {
        width: 100%;
    }

    .Slide2 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 10px;
        background: #fafafa;
        transition: 0.5s;
    }

    .Slide2:hover {
        background: var(--color);
    }

    .Slide2 .img2 {
        position: relative;
    }

    .Slide2 .img2 p {
        position: absolute;
        z-index: 22;
        right: 0;
        top: 0;
        background: #ed7d31;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 1;
        padding: 5px 15px;
    }

    .Slide2 .text2 h1 {
        padding: 5px 0;
        color: #161616;
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
        border-bottom: 1px solid #f98a55;
        font-weight: bold;
        transition: all .5s;
    }


    .Slide2 .text2 h2 {
        padding: 5px 0;
        color: #161616;
        font-size: 12px;
        text-align: center;
        line-height: 1.5;
        transition: all .5s;
    }

    .Slide2:hover .text2 h1,
    .Slide2:hover .text2 h2 {
        color: #fff;
    }

    .prev2,
    .next2 {
        width: 30px;
        height: 60px;
        background-color: rgba(0, 0, 0, .6);
    }

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