.events-grid{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.events-grid .single-event{background:#f5f5f5;border-radius:20px;display:flex;flex-wrap:wrap;gap:25px;padding:25px}.events-grid .single-event:hover{text-decoration:none}.events-grid .single-event .event-date{width:150px}.events-grid .single-event .event-date .h2{font-size:120px;transition:all .2s linear}.events-grid .single-event:hover .event-date .h2{color:var(--primary-color)}.events-grid .single-event .event-info{width:calc(100% - 257px)}.events-grid .single-event .event-info .h3{font-family:var(--text-font);font-size:40px;font-weight:300;margin-bottom:8px}.events-grid .single-event .event-info p{margin-bottom:0}.events-grid .single-event .event-action{width:57px}.events-grid .single-event .event-action span{align-items:center;background-color:#000;border-radius:10px;color:#fff;display:flex;height:48px;justify-content:center;transition:all .2s linear}.events-grid .single-event:hover .event-action span{background-color:var(--primary-color)}.view-events-link{align-items:center;background-color:#000;border-radius:20px;color:#fff;display:flex;font-size:30px;height:81px;justify-content:space-between;padding:0 46px;transition:all .2s linear}.view-events-link:hover{background-color:var(--primary-color)}.view-events-link svg{height:24px;width:24px}@media only screen and (min-width:992px){.events-section{min-height:974px}.event-thumb-holder{bottom:50px;max-width:610px;position:absolute;right:0;width:42%;z-index:1}.event-thumb-holder img{border-radius:20px 0 0 20px}}@media only screen and (max-width:991px){.event-thumb-holder{display:none}.events-grid .single-event{gap:12px}.events-grid .single-event .event-info{width:calc(100% - 141px)}.events-grid .single-event .event-info .h3{font-size:18px}.events-grid .single-event .event-info p{font-size:12px}.events-grid .single-event .event-date{width:60px}.events-grid .single-event .event-date .h2{font-size:60px}.view-events-link{font-size:18px;height:46px;padding:0 20px}.view-events-link svg{height:16px;width:16px}}