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

    /* box1  */
    .aboutBox1 {
        position: relative;
        background: #f3f3f3;
        display: flex;
        flex-wrap: wrap;
    }

    .aboutBox1 .raw-html-embed {
        display: flex;
        flex-wrap: wrap;
    }

    .aboutBox1 .raw-html-embed .img {
        width: 50%;
        overflow: hidden;
    }

    .aboutBox1 .raw-html-embed .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

    .aboutBox1 .raw-html-embed:hover .img img {
        transform: scale(1.05);
    }

    .aboutBox1 .raw-html-embed .text {
        width: 50%;
        padding: 75px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .aboutBox1 .raw-html-embed .text .h4 {
        font-weight: bold;
        font-size: 30px;
        color: var(--color);
    }

    .aboutBox1 .raw-html-embed .text .h5 {
        margin-top: 15px;
        font-size: 18px;
        line-height: 2;
        color: #333333;

    }

    .aboutBox1 .raw-html-embed:nth-child(2) {
        display: flex;
        flex-direction: row-reverse;
    }

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

    @media (max-width: 1440px) {
        .aboutBox1 .raw-html-embed .text {
            padding: 45px;
        }

        .aboutBox1 .raw-html-embed .text .h5 {
            font-size: 16px;
        }
    }

    @media (max-width: 1200px) {
        .aboutBox1 .raw-html-embed .text {
            padding: 30px;
        }

        .aboutBox1 .raw-html-embed .text .h4 {
            font-size: 24px;
        }

        .aboutBox1 .raw-html-embed .text .h5 {
            font-size: 14px;
            line-height: 1.5;
        }
    }

    @media (max-width:720px) {
        .aboutBox1 .raw-html-embed {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column !important;
        }

        .aboutBox1 .raw-html-embed .img {
            width: 100%;
        }

        .aboutBox1 .raw-html-embed .text {
            width: 100%;
        }
    }

    @media (max-width:460px) {
        .aboutBox1 .raw-html-embed .text {
            padding: 15px;
        }
    }

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

    /* box2 */
    .aboutBox2 {
        position: relative;
        overflow: hidden;
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: var(--w1600);
        padding-right: var(--w1600);
    }

    .About2 {
        margin-top: 60px;
    }

    .Swiper2 {
        width: 100%;
    }

    .Slide2 img {
        width: 100%;
    }

    .prev2::after,
    .next2::after {
        font-size: 20px;
        color: #fff;
    }

    .next2 {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .prev2 {
        left: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .next2:hover,
    .prev2:hover {
        background: rgba(235, 61, 0, .8) !important;
    }

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

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

    @media (max-width: 1200px) {
        .aboutBox2 {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .About2 {
            margin-top: 30px;
        }
    }

    @media (max-width:720px) {
        .next2 {
            width: 45px;
            height: 45px;
        }

        .prev2 {
            width: 45px;
            height: 45px;
        }
    }

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

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