.itemConference .card{
    border-radius: 12px;
}

.data-category2{
    position: relative;
    overflow: hidden;
    max-height: 30px;
    margin-bottom: 170px;
    margin-top: -200px;
    width: 100%;
    direction: rtl;
}

.category-list {
    position: relative; 
}

.category-list span{
    height: 30px;
    line-height: 15px;
    font-weight: bold;
}

.container_image {
    height: 200px;
}

.container_image img {
    height: 200px;
    object-fit: cover;
    min-width: 100%;
}

.card_image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.session-info {
    color: var(--black, #4C4C4C);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.6;
}

.session-next {
    color: var(--black, #4C4C4C);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.6;
}

.spaninfo2 {
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

