.events_listing_section{overflow:visible}.events_listing_wrapper .events_list_row{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.events_listing_wrapper .cards__item{background-color:rgba(214,218,238,.5);border-radius:15px;padding:20px;text-align:CENTER;transition:all .3s ease-in;width:100%}.events_listing_wrapper .cards__hover-image{border-radius:10px;box-shadow:10px 3px 10px rgba(0,0,0,.3);max-height:50%;max-width:200px;opacity:0;position:fixed;right:-150px;top:-60px;transform:translate(-50%,-50%);transition:opacity .5s,visibility .5s,transform .5s;visibility:hidden;z-index:100000}@media(max-width:991px){.events_listing_wrapper .cards__hover-image{bottom:100%;bottom:calc(100% + 50px);right:-132px;top:-79px;top:auto}}.events_listing_wrapper .cards__content{display:flex;flex-wrap:wrap;flex-flow:column;height:100%;justify-content:flex-start;position:relative}.events_listing_wrapper .cards_text{text-align:left}.events_listing_wrapper .cards_text h4{font-family:var(--secondary-custom-font);font-weight:300;line-height:1;margin-bottom:.5em}.events_listing_wrapper .cards_text h6{line-height:1;margin:0}.events_listing_wrapper .cards_text h6,.events_listing_wrapper h2.intro_title{font-family:var(--secondary-custom-font)}.events_listing_wrapper .past_events{margin-top:64px}.events_listing_wrapper .cards__item:hover .cards__hover-image{border-radius:10px;opacity:1;transform:translate(-50%,-60%);visibility:visible}.events_listing_wrapper .cards__hover-image img{border-radius:5px;border-style:none;height:auto;width:100%}.events_listing_wrapper .events_list_item>h4{color:#a02e26;font-family:var(--secondary-custom-font);font-weight:700}.events_listing_wrapper .past_events .intro_content p:last-child{margin-bottom:14px}.events_listing_wrapper .past_events .cards__item{background-color:hsla(0,0%,90%,.75)}.events_listing_wrapper .events_list_item~.events_list_item{padding-top:17px}.events_listing_wrapper .past_events .events_list_item:first-child .cards__item{background-color:hsla(0,0%,90%,.5)}