.agenda-module{display:flex;gap:2rem;justify-content:space-between}.event{--num-events:4;border-right:1px solid #000;display:flex;flex:1 1 calc(100%/var(--num-events));flex-direction:column;margin:0 auto;max-width:550px;padding-right:1.5rem;position:relative}.event:last-of-type{border-right:none;padding-right:0}.event-date{align-items:flex-end;display:flex;margin-bottom:2rem}.event-day{height:70px;object-fit:contain;width:auto}.event-month{display:block;font-family:IFC INSANE RODEO BOLD,sans-serif;font-size:3.33333rem;font-weight:700;line-height:.7;margin-bottom:0;margin-left:.5rem;text-transform:uppercase}.event-details{margin:0 auto;max-width:500px;width:100%}.event-heading{color:#000;font-size:1.16667rem;font-weight:600;margin:0 0 1.5rem;text-wrap:pretty}.event-description{font-size:.88889rem;p{font-size:inherit;&:first-of-type{margin-bottom:1rem}}ul{font-size:inherit;padding-left:20px}li{margin-bottom:.3em}}@media (max-width:1024px){.agenda-module{flex-direction:column}.event{align-items:center;border-right:none;justify-content:center;padding-bottom:1rem;padding-right:0;width:100%}.event:not(:last-of-type){border-bottom:1px solid #000}.event-date{justify-content:center}.event-heading{text-align:center}}