    .section5 {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }

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

    .Swiper5 {
        width: 100%;
    }

    .slide5 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .slide5 .img5 {
        width: 100%;
    }

    .slide5 .text5 {
        width: 100%;
        height: 240px;
        background: var(--color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
        padding: 30px;
        position: relative;
    }

    .text5 h1 {
        width: 100%;
        line-height: 1.5;
        font-size: 18px;
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .text5 p {
        width: 100%;
        opacity: .7;
        display: block;
        font-size: 16px;
        line-height: 1;
        color: #fff;
    }

    .text5 h2 {
        width: 100%;
        opacity: .7;
        font-size: 16px;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        color: #fff;
    }

    .slide5 .text5>i {
        font-size: 50px;
        color: var(--color);
        position: absolute;
        z-index: 2;
        top: -40px;
    }

    .slide5:nth-child(2n) {
        display: flex;
        flex-direction: column-reverse;
    }

    .slide5:nth-child(2n) .text5>i {
        top: calc(100% - 25px);
        transform: rotateX(180deg);
    }



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

        .slide5 .text5 {
            height: 180px;
            padding: 15px;
        }

        .text5 h1 {
            font-size: 16px;
        }

        .text5 h2 {
            font-size: 14px;
        }
    }

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

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