.paragraph--type--copy-with-buttons {
    background-repeat: no-repeat;
    background-size: cover;
}


.paragraph--type--copy-with-buttons>.region {
    display: flex;
    padding: 4rem 4vw;
    /* gap: 1rem; */
    /* align-items: center; */
    max-width: var(--content-width-narrower);
}

.paragraph--type--copy-with-buttons .region>div {
    flex-basis: 50%;
    background-color: rgba(255, 255, 255, .5);
    padding: 4rem;
}

.paragraph--type--copy-with-buttons .content-wrap {
    border-radius: 25px 0 0 25px;
}

.paragraph--type--copy-with-buttons .buttons-wrap {
    border-radius: 0 25px 25px 0;
}

.paragraph--type--copy-with-buttons .buttons-wrap .button {
    margin: 2rem auto 3rem 8vw;
}

.paragraph--type--copy-with-buttons .buttons-wrap .button a {
    min-width: 24rem;
}

.paragraph--type--copy-with-buttons .copy-with-buttons-background-image{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1160px) {
    .paragraph--type--copy-with-buttons .buttons-wrap .button {
        margin: 2rem auto 3rem 6vw;
    }
}

@media screen and (max-width: 980px) {
    .paragraph--type--copy-with-buttons .buttons-wrap .button {
        margin: 2rem auto;
    }
}

@media screen and (max-width: 800px) {
    .paragraph--type--copy-with-buttons .region>div {
        padding: 3rem;
        gap: 1rem;
    }

    .paragraph--type--copy-with-buttons>.region {
        display: block;
    }

    .paragraph--type--copy-with-buttons .copy p:last-of-type {
       margin-bottom: 0;
    }

    .paragraph--type--copy-with-buttons .content-wrap {
        border-radius: 25px 25px 0 0;
        padding-bottom: 0 !important;
    }
    .paragraph--type--copy-with-buttons .buttons-wrap {
        border-radius: 0 0 25px 25px;
        padding-top: 1px !important;
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-around;
    }
    .paragraph--type--copy-with-buttons .buttons-wrap a {
        margin: 0 auto;
    }

    .paragraph--type--copy-with-buttons .buttons-wrap .button {
        margin: 1rem auto;
        text-align: center !important;
    }

    .paragraph--type--copy-with-buttons .buttons-wrap .button a {
        min-width: 16rem;
    }
}

@media screen and (max-width: 735px) {
    .paragraph--type--copy-with-buttons .buttons-wrap {
        display: block;
    }

    .paragraph--type--copy-with-buttons .buttons-wrap .button {
        margin: 3rem auto;
    }

    .paragraph--type--copy-with-buttons .buttons-wrap .button:last-of-type {
        margin-bottom: 0;
    }
}
