.NyBigBox {
    padding: 40px 0;
}

figure.image img {
    margin: 0 auto;
    display: block;
}

.productNav {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.productNav a.nav_2 {
    height: 42px;
    line-height: 42px;
    color: #000;
    transition: color 0.3s ease 0s;
    font-size: 16px;
    display: inline-block;
    padding: 0 30px;
    margin: 0 5px;
    background: #eeeeee;
}

.productNav a.nav_2.active,
.productNav a.nav_2:hover {
    color: #fff;
    background: #8c785b;
}

@media screen and (max-width: 992px) {
    .productNav {
        margin-bottom: 30px;
    }
}

/* box1 */
.box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box1 .ImgBox {
    width: 50%;
}

.box1 .ImgBox img {
    width: 100%;
}

.box1 .text {
    width: 45%;
}

.box1 .text h1 {
    line-height: 40px;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
}

.box1 .text h2 {
    line-height: 30px;
    font-size: 18px;
    color: #c8c8c8;
}

.box1 .text span {
    display: block;
    width: 44px;
    height: 5px;
    background: #a2a2a2;
    margin: 10px 0px 20px 0px;
}

.box1 .text .desc {
    line-height: 2;
    font-size: 16px;
    color: #565656;
}

.box1 .text .desc h4 {
    line-height: 2;
    font-size: 16px;
    color: #565656;
    margin: 0;
}

.box1 .text .desc p {
    margin: 0;
    text-indent: 24px;
    position: relative;
}

.box1 .text .desc p::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 8px;
}

@media screen and (max-width: 992px) {
    .box1 .ImgBox {
        width: 100%;
    }

    .box1 .text {
        margin-top: 30px;
        width: 100%;
    }
}

/* box2 */
.box2 h2 {
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #8c785b;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-top: 90px;
}

.box2 h3 {
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #8c785b;
    margin: 0;
    margin-bottom: 30px;
}

.box2 h4 {
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    font-size: 18px;
    color: #252525;
    font-weight: bold;
    background: #e6e6e6;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .box2 h2 {
        padding-top: 30px;
        line-height: 30px;
        font-size: 20px;
        margin-top: 30px;
    }

    .box2 h3 {
        line-height: 30px;
        font-size: 18px;
    }

    .box2 h4 {
        height: auto;
        line-height: 30px;
        padding: 10px 0px;
        padding-left: 20px;
    }
}

.productNavPhone {
    display: none;
}

@media screen and (max-width: 992px) {
    .productNav {
        display: none;
    }

    .productNavPhone {
        display: block;
        margin: 0 15px;
        margin-bottom: 30px;
        height: 50px;
        line-height: 49px;
        font-size: 14px;
        color: #383838;
        padding: 0 20px;
        position: relative;
        cursor: pointer;
        border: #ddd 1px solid;
    }

    .productNavPhone h1 {
        font-size: 14px;
        margin: 0;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .productNavPhone h1 img {
        filter: invert(1);
    }
  
    .pronav_2 {
        border: #ddd 1px solid;
        position: absolute;
        z-index: 99;
        left: 0;
        padding: 0 20px;
        width: 100%;
        background: #fff;
        display:  none;
    }

    .pronav_2 a {
    width: 100%;
    display: block;
        font-size: 14px;
        color: #383838;
    }
}
