body {
    background-color: rgb(247, 247, 247);
}

.Product_on {
    width: 1226px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: rgb(247, 247, 247);
    padding-bottom: 40px;
}

.Product_on img {
    width: 100%;
}

.Product_on h2 {
    /* background-color: rgb(247, 247, 247); */
    font-size: 36px;
    text-align: center;
    width: 100%;
}

.Product_box {
    display: flex;
    flex-wrap: wrap;
    width: 1226px;
    margin: 0 auto;
}