.un_event_branner {
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.50) 0%, rgba(41, 41, 41, 0.50) 100%), url("../assets/images/eventList/pageHeading.jpeg") lightgray 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.un_act img {
    border-radius: 12px;
    object-fit: cover;
    height: 315px;
    filter: brightness(.8);

}

.un_act .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.un_act .un_act_title {
    display: -webkit-box;
    max-width: 300px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
}

.un_bg_eventlist {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 320px;
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.50) 0%, rgba(41, 41, 41, 0.50) 100%), url("../assets/images/eventList/heading.jpg") lightgray 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  @media only screen and (max-width:1440px) and (min-width:768px) {
    .un_act {
        padding-bottom: 7px;
    }
}