div.item-views.table{
    width:auto;
}
div.item-views.table .item{
    border: 0;
}
div.item-views.table .item .title a{
    font-size: 18px;
    color:#012865;
}
div.item-views.table .items>div{
    padding: 0 10px;
}
div.item-views.staff-items.table-type-block .item{
    padding: 20px 0;
}

div.item-views.staff-items.table-type-block .item .image{
    border-radius:0;
    aspect-ratio: 0;
    width: auto;
    height: auto;
    max-height: 360px;
}

div.item-views.table .item .image img{
    width: auto;
    height: 360px;
    object-fit: cover;
}
div.item-views.table .item .body-info{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
div.item-views.table .item .body-info>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}