.event-cards__header{margin:0 auto clamp(1.875rem,2.5vw,3.75rem);max-width:62.5rem;text-align:center}.event-cards__wrapper{display:flex;flex-wrap:wrap;gap:1.313rem;justify-content:center}@media(min-width:64rem){.event-cards__wrapper{flex-wrap:nowrap}}.event-cards__card{width:100%}@media(min-width:64rem){.event-cards__card{width:33%}}.event-cards__card-meta{display:flex;flex-wrap:wrap;gap:1.25rem;text-transform:uppercase}.event-cards__card-meta span{font-size:1rem;font-weight:400}.event-cards__card-image-container{border-radius:.625rem;margin-bottom:1.625rem;max-height:16.25rem;overflow:hidden;width:100%}.event-cards__card-image-container img{border-radius:.625rem;display:block;max-height:16.25rem;object-fit:cover;transition:all .4s;width:100%}.event-cards__card:hover img{transform:scale(1.2)}.event-cards__card-image-placeholder{background-color:#eee;border-radius:.625rem;margin-bottom:1.625rem;max-height:16.25rem;min-height:16.25rem;width:100%}.event-cards__title{font-size:1.5rem}