.section--image-bottom .section__background {
    margin-top: 2rem;
    padding-right: 2rem;
}

.section--image-bottom .section__background img {
    width: 100%;
    max-width: 82rem;
}

@media (min-width: 768px) {

    .section--image-bottom .section__background {
        margin-top: -16rem;
        padding-right: 0;
    }

    .section--image-bottom .section__background img {
        width: 50%;
        max-width: 82rem;
    }
}

