.main_product_image {
    display: flex;
    width: 100%;
    gap: 16px;
}

.Image_product_box {
 width: calc(50% - 8px);
}

.Image_product_box img {
    max-width: 100%;
}