.section--image-bottom .section__background {
    margin-top: 4rem;
}

.section--image-bottom .section__background img {
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .page-content .section--image-bottom .wp-block-columns {
        flex-wrap: nowrap!important;
        flex-direction: row;
        gap: 5rem;
    }

    .section--image-bottom .section__background {
        margin-top: -16rem;
    }

    .section--image-bottom .section__background img {
        width: 50%;
        max-width: 820px;
    }
}

