.card-container{display:flex;flex-wrap:wrap;gap:30px}.card-event{background:#fff;border-radius:8px;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:space-between;min-height:230px;padding:28px;transition:all .3s;width:100%}.card-container .event-link{flex-basis:31.6%;width:100%}.card-event:hover{background:var(--midnight-blue-20,rgba(61,179,247,.2))}.card-event .type{color:var(--Gunmetal,#2a333e);font-family:Inter;font-feature-settings:"liga" off,"clig" off;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.items-container .date,.items-container .location{align-items:center;display:flex;gap:8px;text-transform:capitalize}.card-event .items-container{color:var(--Gunmetal,#2a333e);display:flex;flex-direction:column;font-family:Inter;font-feature-settings:"liga" off,"clig" off;font-size:14px;font-style:normal;font-weight:400;gap:8px;line-height:20px}.card-event .space-between{display:flex;justify-content:space-between}.card-event .info{display:flex;flex-direction:column;gap:6px}.card-event .title{color:var(--Blue-Jeans,#080357);font-family:Montserrat;font-feature-settings:"liga" off,"clig" off;font-size:18px;font-style:normal;font-weight:700;line-height:normal}@media only screen and (max-width:1280px){.card-container .event-link{flex-basis:48%}}@media only screen and (max-width:992px){.card-container{flex-direction:column}}