    .section6 {
        display: block;
    }

    .Box6 {
        margin-top: 45px;
        display: block;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .Swiper6 {
        width: 100%;
    }

    .slide6 {
        position: relative;
    }

    .slide6::before,
    .slide6::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        transition: all .5s ease 0s;
        z-index: 1;
    }

    .slide6:hover::before {
        background-color: rgba(255, 255, 255, 0.3);
        left: 50%;
        right: 50%;
    }

    .slide6:hover::after {
        background-color: rgba(255, 255, 255, 0.3);
        bottom: 50%;
        top: 50%;
    }

    .img6 {
        width: 100%;
    }

    .text6 {
        display: block;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        color: var(--color);
        padding: 10px;
        opacity: 0;
        transition: 0.5s;
    }

    .slide6:hover .text6 {
        opacity: 1;
    }

    .prev6,
    .next6 {
        width: 32px;
        height: 32px;
        background: #505050;
        border-radius: 50px;
    }

    .Swiper6 .swiper-button-next:after,
    .Swiper6 .swiper-button-prev:after {
        color: #fff;
        font-size: 16px;
    }

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

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

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

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

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

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