.featured-research-section {
    padding: 25px;
    margin-top: 50px;
    background-color: #e5eefa;
}
.featured-research-section a:hover {
    text-decoration: none;
    color: #d74100;
}
.featured-research-section .flex-container {
    padding: 0px;
}
.featured-research-section .research-split-container {
    margin: 25px 0px;
}
.featured-research-section .research-split-container .image-container {
    display: flex;
    height: 100%;
}
.featured-research-section .research-split-container .image-container img {
    object-fit: cover;
}
.featured-research-section .research-split-container .text-container {
    background: white;
}
.featured-research-section .split-text {
    padding: 25px 25px 25px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.featured-research-section .alt-featured-research .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.featured-research-section .alt-featured-research {
    padding: 0px 16px;
}
.featured-research-section a {
    color: #000E54;
}
.featured-research-section p {
    color: #383838;
}