    /* box2 */
    .section2 {
        padding: 75px 0;
        width: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .Box2 {
        margin-top: 60px;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
    }

    .Swiper2 {
        padding: 0 25px;
        padding-bottom: 60px;
        margin-bottom: 30px;
        position: relative;
    }


    .Slide2 {
        border: 1px solid #e5e5e5;
        padding: 40px 20px;
        transition: 0.5s;
    }

    .Slide2:hover {
        background-color: var(--color);
        border: 1px solid var(--color);
    }

    .Slide2 .logo {
        width: 90px;
    }

    .Slide2 .logo img {
        width: 100%;
    }

    .Slide2 .img2 {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 100%;
    }

    .Slide2 h1 {
        font-size: 22px;
        line-height: 32px;
        height: 32px;
        color: #010101;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: 0.5s;
    }

    .Slide2:hover h1 {
        color: #fff;
    }

    .Slide2 h2 {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 25px;
        height: 75px;
        color: #515151;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        transition: 0.5s;
    }

    .Slide2:hover h2 {
        color: #fff;
    }

    .Slide2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #585858;
        width: 130px;
        height: 50px;
        border-radius: 50px;
        transition: 0.5s;
    }

    .Slide2 a:hover {
        border: 1px solid var(--color2);
        background: var(--color2);
        color: #fff;
    }

    .pagination2 {
        bottom: 0px !important;
    }

    .pagination2 span {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #a9a9a9;
        margin: 0 10px !important;
        opacity: 1;
    }

    .pagination2 span.swiper-pagination-bullet-active {
        background: #e37c20;
    }

    .Box2 .More2 {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(88, 88, 88, 1);
        background: #fff;
        font-size: 16px;
        width: 180px;
        height: 50px;
        border-radius: 50px;
        color: #585858;
        margin: 0 auto;
        transition: 0.5s;
    }

    .Box2 .More2:hover {
        border: 2px solid var(--color);
        background: var(--color);
        color: #fff;
    }


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

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

    @media (max-width: 1200px) {
        .Slide2 {
            padding: 20px 15px;
        }

        .Slide2 .img2 {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .Slide2 h1 {
            font-size: 18px;
            line-height: 20px;
            height: 20px;
        }

        .Slide2 h2 {
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 20px;
            height: 60px;
        }

        .Slide2 a {
            width: 120px;
            height: 45px;
            font-size: 14px;
        }
    }

    @media (max-width: 720px) {
        .Swiper2 {
            padding: 0 10px;
            padding-bottom: 45px;
        }

        .Slide2 {
            padding: 20px 10px;
        }

        .Slide2 .logo {
            width: 60px;
        }

        .Slide2 h2 {
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 20px;
            height: 40px;
            color: #515151;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .Slide2 a {
            width: 100px;
            height: 35px;
            font-size: 14px;
        }
    }

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

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