.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}
.equal-height-row .news-block {
    display: flex;
    flex-direction: column;
}
.equal-height-row .news-block .inner-box {
    flex-grow: 1;
}
.equal-height-row .cause-block-two {
    display: flex;
    flex-direction: column;
}
.equal-height-row .cause-block-two .inner-box {
    flex-grow: 1;
}
.equal-height-row .news-block .image-box .image img,
.equal-height-row .cause-block-two .image-box .image img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
