
.container-none .wp-block-footshop-gallery-vertical > * {
    margin-bottom: 60px;
}

.wp-block-footshop-gallery-vertical.columns-2 > *:nth-child(2),
.wp-block-footshop-gallery-vertical.columns-2 > *:nth-child(3),
.wp-block-footshop-gallery-vertical.columns-2 > *:nth-child(6),
.wp-block-footshop-gallery-vertical.columns-2 > *:nth-child(7),
.wp-block-footshop-gallery-vertical.columns-2 > *:nth-child(10),
.wp-block-footshop-gallery-vertical.columns-2 > *:nth-child(11) {
    width: calc(50% - 20px);
    margin-left: 20px;
    padding: 0 7%
}