/* .publication-content .card {
    max-height: 200px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: -7px -7px 20px #aeaeae;
    transition: transform 0.3s ease-in-out,
    box-shadow 0.2s ease-in;
}

.publication-content .card:hover {
    cursor: pointer;
    transform: translateY(-20px);
    background: #ffffff;
    box-shadow: 10px 10px 18px #aeaeae;
} */

.publication-content .card img {
    border-radius: 1rem;
    padding:0.5rem;
    max-height: 200px;
    height: 100%;
    width: 100%;
    max-width: 400px;
    object-fit: cover;
}

.event-card-box {
    max-height: 200px;
    overflow: hidden;
}
.publication-content .card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* breadcrumb */
ol.breadcrumb>li.breadcrumb-item>a {
    color: #F16724 !important;
}

ol.breadcrumb>li.breadcrumb-item>a:hover {
    color: #F16724 !important;
    opacity: 0.5;
}
