@charset "UTF-8";

#center + div .wrapper_item {
    display: flex;
    justify-content: center;
}

#center + div .wrapper_item .inner_item {
    float: unset;
}

#column3 + .widget_gallery01 .wrapper_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#column3 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item {
    width: calc((100% - 60px) / 3 - 2px);
    padding-bottom: calc((100% - 60px) / 3 - 2px);
    float: unset;
    margin: 0;
    margin-top: 30px;
}

@media screen and (max-width: 800px) {
#center + div .wrapper_item {
    flex-wrap: wrap;
    justify-content: flex-start;
}

#column3 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item {
    width: calc((100% - 10px) / 2 - 2px);
    padding-bottom: calc((100% - 10px) / 2 - 2px);
    margin-top: 20px;
}
}