    /* section7 */
    .section7 {
        display: block;
        padding-bottom: 60px;
    }

    .Top7 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .Top7 span {
        max-width: 1000px;
        width: calc(100% - 300px);
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .Top7 span h2 {
        width: calc(100% - 200px);
        font-size: 16px;

        color: #888888;
    }

    .Box7 {
        margin-top: 60px;
        display: block;
        position: relative;
        width: 100%;
    }

    .Swiper7 {
        width: 100%;
    }

    .Slide7 {
        width: 100%;
        height: auto;
    }

    .Slide7 .img7 {
        width: 100%;
    }

    .Slide7 .img7 img {
        width: 100%;
    }

    .Slide7 .text7 {
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }

    .Slide7 .text7 p {
        font-size: 14px;
        color: #707070;
    }

    .Slide7 .text7 h1 {
        font-family: 'Poppins';
        font-size: 20px;
        line-height: 1.25;
        height: 50px;
        color: #2C2C2C;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .Slide7 .text7 h2 {
        font-size: 16px;
        color: #707070;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    @media (max-width: 1200px) {
        .Top7 span {
            width: calc(100% - 240px);
        }

        .Top7 span h2 {
            width: calc(100% - 120px);
            font-size: 14px;
        }

        .Slide7 .text7 {
            margin-top: 15px;
            grid-gap: 5px;
        }

        .Slide7 .text7 h1 {
            font-size: 16px;
            line-height: 1.25;
            height: 40px;
        }

        .Slide7 .text7 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 800px) {
        .Top7 {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            grid-gap: 15px;
        }

        .Top7 span {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            grid-gap: 15px;
        }

        .Top7 span h2 {
            width: 100%;
            text-align: center;
        }

        .Box7 {
            margin-top: 30px;
        }
    }
