.app-event-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px}@media (min-width:768px){.app-event-list{grid-template-columns:repeat(3,1fr);grid-gap:24px}}@media (min-width:1024px){.app-event-list{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.app-event-list{grid-gap:36px;grid-template-columns:repeat(5,1fr)}}.app-event-list__banner{border-radius:12px;grid-column:1/-1;height:175px;width:100%}@media (min-width:1280px){.app-event-list__banner{height:256px}}.app-event-list__banner img{border-radius:12px;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}
