.research-cards {
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.research-container {
/*	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);*/
	position: relative;
    height: 9.5em;
} 

.research-card {
	text-align: center;
    color: white;
	border-radius: 0.4em;
    background-color: rgba(55, 98, 156, 1); /*#37629c; */
    background-image: linear-gradient(315deg, rgba(55, 98, 156, 1) 0%, rgba(164, 191, 239, 0.7) 74%); /* #a4bfef */

    height: 100%;
}

#content .research-container img {
    object-fit: contain;
    width: 20%;
    height: 7.5em;
    margin: 0;
    position: absolute;
    top: 1.7em;
    left: 0.5em;
    padding: 0.2em;
    background: rgba(255, 255, 255, 0.3);
    border: 0.1em inset #6782b4;;
}

.research-container h2 {
    font-size: 14px;
	text-transform: uppercase;
    font-weight: bold;
    padding: 0.2em 0;
    margin: 0;
    width: 100%;
    height: 1.5em;
	border-radius: 0.4em 0.4em 0 0;
}

.research-container p {
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 14px;
    text-align: left;
    margin: 0.5em 0.5em 0.5em calc(20% + 1em);
    height: 7.5rem;
    line-height: 1.3em;
    border: 0.1em inset #6782b4;
    background-color: silver;
    color: black;
    overflow: auto;
    /* font-style: italic; */
    vertical-align: middle;
}
