    .section4 {
        display: block;
    }

    .Box4 {
        position: relative;
        width: 100%;
        z-index: 2;
        margin-top: 90px;
        display: flex;
        justify-content: space-between;
    }

    .lt4 {
        width: 50%;
        border-radius: 10px;
    }

    .rt4 {
        width: 45%;
    }

    .text4 {
        color: #898989;
        font-size: 16px;
        line-height: 30px;
    }

    .rt4 a {
        margin-top: 75px;
        margin-bottom: 250px;
        width: 230px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background: var(--color);
        color: #fff;
        font-size: 16px;
        border-radius: 50px;
        line-height: 1;
    }

    .rt4 a img {
        filter: brightness(0) invert(1);
    }

    .text4 b {
        font-size: 28px;
        color: var(--color);
        line-height: 30px;
    }

    .NumberBox {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .Number {
        position: relative;
    }

    .Number img {
        position: relative;
        width: 100%;
    }

    .Number li {
        position: absolute;
        z-index: 2;
    }

    .Number li span {
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--color);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translate(-50%, -50%);
    }

    .Number li span::after {
        content: "";
        display: block;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        background: var(--color);
        opacity: 0.25;
        position: absolute;

    }

    .Number li h1 {
        position: absolute;
        bottom: 60px;
        left: -10.5px;
        color: var(--color);
        font-size: 42px;
        font-weight: 700;
        width: max-content;
    }

    .Number li h2 {
        position: absolute;
        bottom: 30px;
        left: -10.5px;
        color: #898989;
        font-size: 14px;
        width: max-content;
    }

    .Number li:nth-child(1) {
        left: 55%;
        bottom: 22%;
    }

    .Number li:nth-child(2) {
        left: 65%;
        bottom: 44%;
    }

    .Number li:nth-child(3) {
        left: 75%;
        bottom: 54%;
    }

    .Number li:nth-child(4) {
        left: 85%;
        bottom: 63%;
    }

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

    @media (max-width: 1440px) {
        .Box4 {
            margin-top: 60px;
        }

        .text4 {
            line-height: 1.5;
        }

        .rt4 a {
            margin-top: 30px;
            margin-bottom: 180px;
        }

        .Number li h1 {
            font-size: 32px;
            bottom: 40px;
        }

        .Number li h2 {
            font-size: 16px;
            bottom: 20px;
        }
    }

    @media (max-width: 1200px) {
        .Box4 {
            margin-top: 30px;
            align-items: center;
        }

        .rt4 a {
            width: 140px;
            height: 40px;
            font-size: 14px;
        }

        .Number li h1 {
            font-size: 24px;
        }

        .Number li h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 900px) {
        .Box4 {
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .lt4 {
            width: 100%;
        }

        .rt4 {
            width: 100%;
        }

        .rt4 a {
            margin-bottom: 32vw;
        }

        .Number img {
            position: relative;
            width: 160%;
            left: -60%;
        }

        .Number li:nth-child(1) {
            left: 9%;
            bottom: 8%;
        }

        .Number li:nth-child(2) {
            left: 36%;
            bottom: 34%;
        }

        .Number li:nth-child(3) {
            left: 60%;
            bottom: 54%;
        }

        .Number li:nth-child(4) {
            left: 82%;
            bottom: 71%;
        }
    }

    @media (max-width: 460px) {
        .text4 {
            font-size: 14px;
        }

        .text4 b {
            font-size: 24px;
        }
    }

    @media (max-width: 380px) {
        .Number li h2 {
            font-size: 12px;
        }
    }