    .section6 {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .Box6 {
        padding-top: 100px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .text6 {
        padding: 30px var(--w1600);
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text6 .title6 {
        font-weight: bold;
        font-size: 30px;
        color: #fff;
        margin-bottom: 60px;
    }

    .text6 .h1 {
        font-weight: bold;
        font-size: 40px;
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .text6 .time {
        font-size: 16px;
        color: #ffffff;
    }

    .text6 p {
        margin-top: 75px;
        margin-bottom: 60px;
        font-size: 16px;
        color: #ffffff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .text6 .More6 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--color2);
        color: #fff;
        width: 160px;
        height: 50px;
        border-radius: 50px;
        transition: 0.5s;
    }

    .text6 .More6:hover {
        background: var(--color1);
    }

    .img6 {
        width: 50%;
    }

    .img6 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media (max-width: 1600px) {
        .text6 .h1 {
            font-size: 38px;
        }
    }

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

    @media (max-width: 1200px) {
        .Box6 {
            padding: 75px 0;
        }

        .text6 .title6 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        .text6 .h1 {
            font-size: 24px;
        }

        .text6 .time {
            font-size: 14px;
        }

        .text6 p {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .text6 .More6 {
            width: 120px;
            height: 35px;
            font-size: 14px;
        }
    }

    @media (max-width: 720px) {
        .Box6 {
            padding: 75px var(--w1600);
        }

        .text6 {
            width: 100%;
            padding: 0;
            padding-bottom: 30px;
        }

        .img6 {
            width: 100%;
        }
    }

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

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