.research-card {
    box-shadow: 2px 2px 15px -1px rgba(37, 37, 37, 0.2);
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.research-card:hover{
    background-color: var(--main-color);
}

.research-img-container{
    text-align: center;
}
.research-img {
    height: 120px !important;
    width: auto;
}

.research-title{
    color: var(--secondary-color);
}

.research-post-date{
    color: var(--light-color);
    font-size: 12px;
    margin: 15px 0px;
}

.research-text {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-header-research-post-date {
    font-size: 12px;
}
