    .NyBigBox {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* box1  */
    .aboutBox1 {
        margin-top: 100px;
        padding-left: var(--container);
        padding-right: var(--container);
        background: var(--color);
        position: relative;
        padding-top: 240px;
        display: flex;
        flex-wrap: wrap;
    }

    .aboutBox1 .bj1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 23.5%;
    }

    .About1 {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        grid-gap: 75px;
    }


    .text1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .text1 .lt1 {
        width: 32%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .text1 .lt1 h2 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
    }

    .text1 .lt1 h1 {
        font-size: 42px;
        color: #fff;
        font-weight: bold;
    }

    .text1 .lt1 a {
        position: relative;
        width: 176px;
        height: 56px;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        text-align: left;
        padding-left: 45px;
    }

    .text1 .lt1 a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .text1 .desc {
        width: 50%;
        font-size: 16px;
        line-height: 2;
        color: #FFFFFF;
    }

    .text1 .desc strong {
        font-size: 28px;
    }

    .About1 .img1 {
        width: 100%;
        margin-bottom: -270px;
    }

    @media (max-width: 1500px) {
        .aboutBox1 {
            padding-top: 120px;
        }

        .About1 .img1 {
            margin-bottom: -120px;
        }
    }

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

        .text1 .lt1 h1 {
            font-size: 24px;
        }

        .text1 .desc {
            width: 60%;
            line-height: 1.5;
        }

        .text1 .desc strong {
            font-size: 24px;
        }
    }

    @media (max-width:720px) {
        .aboutBox1 {
            padding-top: 60px;
        }

        .About1 .img1 {
            margin-bottom: -60px;
        }

        .text1 .lt1 {
            width: 100%;
            display: flex;
            flex-direction: column;
            grid-gap: 30px;
        }

        .text1 .lt1 a {
            width: 150px;
            height: 45px;
            padding-left: 30px;
        }

        .text1 .desc {
            margin-top: 30px;
            width: 100%;
        }

        .About1 {
            grid-gap: 30px;
        }
    }




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

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

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

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

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

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

    /* box2 */
    .aboutBox2 {
        position: relative;
        overflow: hidden;
        padding: 120px var(--container);
        padding-top: 400px;
    }

    .About2 {
        width: 100%;
    }

    .About2 h2 {
        width: 100%;
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        color: #000000;
        margin-bottom: 15px;
    }

    .About2 p {
        width: 100%;
        font-size: 14px;
        text-align: center;
        color: #898989;
    }

    .About2 figure.image {
        width: 100%;
        margin: 0;
        margin-top: 60px;
    }

    .About2 figure.image img {
        width: 100%;
    }

    @media (max-width: 1500px) {
        .aboutBox2 {
            padding-top: 240px;
        }
    }


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

    @media (max-width:720px) {
        .About2 h2 {
            font-size: 24px;
        }

        .aboutBox2 {
            padding-top: 120px;
        }
    }

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

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