
.page-node-type-news .paragraph--type--two-images-with-captions .region {
    margin-left: -auto;
}

@media screen and (min-width: 1080px) {
.page-node-type-news .paragraph--type--two-images-with-captions .region {
    margin-left: -13vw;
}
}


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

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

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

.paragraph--type--two-images-with-captions .media-buttons-button.button {
    text-align: center;
    font-size: 2.2rem; /* caj 8/8/25 - was font-size: smaller; */
    margin-top: 1em;
}

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

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

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

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

}
.paragraph--type--two-images-with-captions .content-wrap .media-wrap > div {
    margin: 0 auto;
    height:312px; /* caj 8/8/25 - was height:462px; */
}
@media screen and (min-width: 1025px) {
.paragraph--type--two-images-with-captions .content-wrap .media-wrap > div {
    margin: 0 auto;
    height:510px; /* caj 8/8/25 - was height:760px; */
}
}