/* css styles */
.hero-section {
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.hero-section img {
  border-radius: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.research-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.research-card img{
    height:220px;
    object-fit:cover;
}

.research-card h3{
    min-height:90px;
}

.research-card p{
    flex-grow:1;
}

.research-card a{
    margin-top:auto;
    font-weight:600;
}