    .section4 {
        display: block;
        height: 740px;
        margin-top: 120px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .Box4 {
        position: relative;
        width: 50%;
        height: 100%;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text4 {
        margin: 60px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-gap: 30px;
    }

    .text4 h1 {
        font-weight: 700;
        font-size: 36px;
        color: #fff;
    }

    .text4 h2 {
        font-size: 24px;
        color: #fff;
        line-height: 1.5;
    }

    .text4 h3 {
        font-size: 16px;
        text-align: justify;
        color: #fff;
    }


    .item4 {
        display: flex;
        grid-gap: 90px;
        padding: 0 45px;
    }

    .item4 h1 {
        font-weight: 700;
        font-size: 36px;
        color: #fff;
        margin-bottom: 15px;
        text-align: center;
    }

    .item4 h2 {
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .Box4 a {
        margin-top: 60px;
        color: #fff;
    }

    .img4 {
        display: none;
    }


    @media (max-width: 1200px) {
        .section4 {
            height: auto;
            margin: 0;
            padding-top: 90px;
            padding-bottom: 60px;
            background: #fff !important;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .Box4 {
            width: 50%;
            padding-right: 30px;
        }

        .Box4 * {
            color: #000 !important;
        }

        .text4 {
            margin: 30px 0;
            grid-gap: 15px;
        }

        .Box4 a {
            margin-top: 15px;
        }

        .item4 {
            padding: 0;
            grid-gap: 0;
        }

        .item4 li {
            width: 100%;
        }

        .img4 {
            width: 50%;
            display: block;
        }
    }

    @media (max-width: 720px) {
        .Box4 {
            width: 100%;
        }

        .img4 {
            margin-top: 30px;
            width: 100%;
            display: block;
        }
    }

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

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