section.wp-block-group {
    padding-top: var(--wp--custom--section--padding-y);
    padding-bottom: var(--wp--custom--section--padding-y);
    position: relative;
    z-index: 1;
}

body div.row-wrapper {
    max-width: var(--wp--custom--section--content-max-width-desktop);
    width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
}

@media( max-width: 781px ) {
    section.wp-block-group div.row-wrapper {
        max-width: var(--wp--custom--section--content-max-width-mobile);
    }
}


