Reduce space between blocks in WordPress

Go to Appearance -> Customize.

Add the following under Additional CSS.

.entry-content > *, .wp-block-group > *, .wp-block-columns > * {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

Adjust the margins accordingly.