.paragraph--type--two-images-with-buttons .region {
    padding: 6rem 4vw;
    max-width: var(--content-width-narrower);
}

.paragraph--type--two-images-with-buttons .content-wrap {
    display: flex;
    gap: 7rem;
    justify-content: space-between;
    align-items: start;
}

.paragraph--type--two-images-with-buttons .content-wrap img {
    max-width: 100%;
    height: auto;
}

.paragraph--type--two-images-with-buttons .media-buttons-button.button {
    text-align: center;
}

.paragraph--type--two-images-with-buttons .button a {
    margin: 2rem auto 0;
}

@media screen and (max-width: 1300px) {
    .paragraph--type--two-images-with-buttons .content-wrap {
        gap: 2rem;
        justify-content: space-evenly;
    }
    
}
@media screen and (max-width: 1202px) {
    .paragraph--type--two-images-with-buttons .region {
        display: block;
    }
    
}
@media screen and (max-width: 1025px) {
    .paragraph--type--two-images-with-buttons .content-wrap img {
        max-width: 97% !important;
    }
    
}

@media screen and (max-width: 700px) {
    .paragraph--type--two-images-with-buttons .content-wrap {
        display: block;
    }
    

    .paragraph--type--two-images-with-buttons .content-wrap > div:first-of-type {
        margin-bottom: 4rem;
    }

    .paragraph--type--two-images-with-buttons .content-wrap .media-wrap > div {
        margin: 0 auto;
    }
}