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

    /* NySection1  */
    .NySection1 {
        padding: 0;
    }

    .About1 {
        overflow: hidden;
        position: relative;
        z-index: 2;
        display: flex;
    }

    .text1 {
        width: 50%;
        padding: 30px 0;
        padding-left: var(--container);
        padding-right: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text1 .top h2 {
        margin-top: 5px;
        font-size: 28px;
        line-height: 1.5;
        color: #000000;
    }

    .text1 .number {
        margin: 60px 0 90px;
        position: relative;
        width: calc(100% - 255px);

    }

    .text1 .number span {
        font-size: 48px;
        line-height: 1;
        color: #484848;
        position: relative;
        left: 0;
        display: flex;
        grid-gap: 30px;
    }

    .text1 .number span::after {
        content: "";
        display: block;
        width: 900px;
        height: 1px;
        background: #D9D9D9;
        position: absolute;
        left: -920px;
        top: 50%;
    }

    .text1 .number b {
        font-size: 48px;
        line-height: 1;
        background: linear-gradient(180deg, #FCF48E 0%, #8E3A0A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .text1 .desc,
    .text1 .desc * {
        font-size: 16px;
        line-height: 1.75;
        color: #000000;
    }

    .img1 {
        width: 50%;
    }

    @media (max-width: 1440px) {
        .text1 {
            padding-top: 60px;
            padding-right: 60px;
        }

        .text1 .number {
            margin: 45px 0 75px;
        }


        .text1 .top h2 {
            font-size: 24px;
        }
    }

    @media (max-width: 1200px) {
        .About1 {
            display: flex;
            flex-wrap: wrap;
        }

        .text1 {
            width: 100%;
            padding: 60px;
        }


        .text1 .top h2 {
            font-size: 18px;
        }

        .img1 {
            width: auto;
            max-height: 70vh;
            padding: 0 60px;
        }
    }

    @media (max-width:720px) {
        .text1 {
            width: 100%;
            padding: 60px var(--container) 30px;
        }

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

        .text1 .top h2 {
            font-size: 16px;
        }

        .img1 {
            width: 100%;
            padding: 0 var(--container);
        }

        .text1 .number {
            margin: 20px 0 30px;
        }

        .text1 .number span {
            grid-gap: 15px;
        }

        .text1 .number b,
        .text1 .number span {
            font-size: 30px;
        }


    }

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




    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 {
        background: #F9F9F9;
    }

    .About2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 90px 180px;
    }

    .item2 {
        display: flex;
        grid-gap: 30px;
    }

    .img2 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 96px;
        height: 96px;
        border-radius: 50%;
        border: 1px solid #000;
        transition: 0.5s;
    }

    .item2:hover .img2 {
        transform: rotateY(180deg);
    }

    .img2 img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }


    .text2 h1 {
        color: #000;
        font-family: MiSans2;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .text2 h2 {
        color: #000;
        font-size: 16px;
    }


    @media (max-width: 1440px) {
        .About2 {
            grid-gap: 60px 90px;
        }

        .text2 h1 {
            font-size: 18px;
        }
    }

    @media (max-width: 1200px) {
        .About2 {
            grid-gap: 30px 60px;
        }

        .item2 {
            grid-gap: 15px;
        }

        .img2 {
            min-width: 60px;
            height: 60px;
        }

        .img2 img {
            width: 30px;
            height: 30px;
        }

        .text2 h1 {
            font-size: 16px;
        }

        .text2 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 900px) {
        .About2 {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 30px;
        }
    }


    /* NySection3 - NySection3 - NySection3 - NySection3 - NySection3 */
    .NySection3 .BaseTitle {
        text-align: center;
    }

    .About3 {
        width: 100%;
        margin-top: 90px;
    }

    .Swiper3 {
        height: 400px;
    }

    .Slide3 {
        display: flex;
    }

    .img3 {
        width: 50%;
    }

    .text3 {
        width: 50%;
        padding: 30px 60px 0 80px;
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }

    .text3 h1 {
        font-family: Montserrat;
        font-size: 50px;
        color: #000;
    }

    .text3 h2 {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
    }

    .scrollbar3 {
        background: #D9D9D9;
    }

    .scrollbar3 div {
        background: var(--color);
    }

    @media (max-width:1600px) {
        .text3 {
            padding: 0 90px;
        }
    }

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

        .text3 {
            padding: 0 90px;
        }

        .text3 h1 {
            font-size: 48px;
        }
    }

    @media (max-width:1200px) {
        .Swiper3 {
            height: 300px;
        }

        .text3 {
            padding: 0 60px;
        }

        .text3 h1 {
            font-size: 38px;
        }

    }

    @media (max-width:720px) {
        .About3 {
            margin-top: 30px;
        }

        .Swiper3 {
            height: 350px;
        }

        .Slide3 {
            padding: 0;
            display: flex;
            flex-direction: column-reverse;
            justify-content: center;
            align-items: flex-start;
        }

        .text3 {
            padding: 0;
            padding-bottom: 20px;
            width: 100%;
        }

        .text3 h1 {
            font-size: 28px;
        }

        .img3 {
            width: auto;
            max-width: 100%;
            height: 100%;
        }

        .scrollbar3 {
            background: #D9D9D9;
            right: 0vw !important;
            left: auto !important;
        }
    }

    /* NySection4 - NySection4 - NySection4 - NySection4 - NySection4 */
    .NySection4 .BaseTitle {
        text-align: center;
    }

    .About4 {
        position: relative;
        width: 100%;
        margin-top: 90px;
        padding-bottom: 120px;
    }

    .Swiper4 {
        width: 100%;
    }

    .Slide4 {
        width: 28%;
    }

    .Slide4 img {
        width: 100%;
    }

    .Slide4 h1 {
        margin-top: 45px;
        color: #000;
        text-align: center;
        font-size: 16px;
    }

    .prev4,
    .next4 {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 3;
        bottom: 0;
    }


    .prev3 i,
    .next3 i {
        font-size: 24px;
        color: #000;
    }

    .prev4 {
        left: 33.333%;
    }

    .next4 {
        right: 33.333%;
    }

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

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

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

        .Slide4 {
            width: 30%;
        }
    }

    @media (max-width: 900px) {
        .Slide4 {
            width: 35%;
        }
    }

    @media (max-width: 600px) {
        .About4 {
            margin-top: 30px;
            padding-bottom: 60px;
        }

        .Slide4 {
            width: 60%;
        }

        .Slide4 h1 {
            padding: 0 15px;
            margin-top: 15px;
            font-size: 16px;
        }

        .prev4,
        .next4 {
            width: 35px;
            height: 35px;
        }
    }

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



    /* NySection5 - NySection5 - NySection5 - NySection5 - NySection5 */
    .NySection5 .BaseTitle {
        text-align: center;
    }

    .About5 {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .item5 {
        position: relative;
        width: 100%;
        cursor: pointer;
    }

    .item5 .icon5 {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        grid-gap: 20px;
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        opacity: 0;
    }

    .item5:hover .icon5 {
        opacity: 1;
    }

    .item5 .icon5 img {
        width: 60px;
    }

    .item5 .img5 {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

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

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

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

    @media (max-width: 900px) {
        .About5 {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .About5 {
            margin-top: 30px;
            grid-gap: 10px;
        }
    }

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