/******** gallery-modules - viewA ********/

.gallery-modules-view-a .desc-img {
    width: 100%;
    margin-bottom: 60px;
}
.gallery-modules-view-a .desc-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}


/******** article-modules - viewC ********/

.article-modules-viewc .card-body .btn-secondary{
    font-weight: 400 !important;
    color:var(--xjtlu-dark-black) !important;
}


/******** card-modules - viewC ********/

.card-group-2 .card .card-body .btn-flat,.card-group-3 .card .card-body .btn-flat{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.portal-card .card-body .btns .btn-primary {
    flex: none;
    margin-bottom: 8px;
}


/******** pdf_card_module - default ********/

.card.pdf-card .card-body .btns{
    flex-wrap: wrap;
}


