.research-home-container .row .layout .grid .grid-item .image > img{
    min-height: 300px;
}
.research-home-container .row .layout .image > figcaption{
    text-align: center;
}
.funding-home-container .row .layout > div .image > img{
    max-height: 200px;
}
.research-content .row .layout {
    display: flex;
    flex-direction: row;
}
.research-content .row .layout .image {
    max-width: 33%;
}
.research-content .row .layout .image > img{
    min-height: 200px;
}
.research-content .row .layout .image > figcaption{
    text-align: center;
}