.event-grid{display:grid;gap:32px;grid-template-columns:repeat(2,1fr)}.event-card{background:#edf1f4;border-radius:20px;box-shadow:0 0 5px rgba(41,68,109,.1);color:#0b1f44;overflow:hidden;text-decoration:none;transition:all .25s ease}.event-card:hover{box-shadow:0 0 15px rgba(41,68,109,.15);transition:box-shadow .3s ease-in-out}.event-card:hover .event-desc span,.row-number-6 .widget-span a:hover span{color:#41526b!important}.event-image{align-items:center;display:flex;justify-content:center;padding:20px}.event-image img{border-radius:20px;height:280px;max-width:100%;object-fit:cover;width:100%}.event-content{padding:20px}.event-content h3{font-size:22px;font-weight:700;margin-bottom:14px}.event-desc{color:#41526b!important;font-size:15px;line-height:1.6;margin-bottom:22px}.event-btn{background:#0b1f44;border-radius:999px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:10px 22px}.pagination{gap:12px;margin-top:50px}.pagination,.pagination a{display:flex;justify-content:center}.pagination a{align-items:center;border-radius:50%;cursor:pointer;height:38px;width:38px}.pagination a.active{border:1px solid #0b1f44}@media (max-width:768px){.event-grid{grid-template-columns:1fr}}