.agenda-items{display:flex;flex-wrap:wrap;gap:1.5em;justify-content:flex-start;margin:1.5em auto 3rem;max-width:1280px}.agenda-items:empty{display:none}.agenda-item-wrap{align-items:flex-start;display:flex;flex:0 1 100%;flex-wrap:wrap;gap:.5em;justify-content:flex-start}.agenda-item-time{color:var(--orange);flex:0 0 100%;font-size:var(--font-body);font-weight:500}.agenda-item-content{flex:0 0 100%}.agenda-item-title{font-weight:500}.agenda-item-description,.agenda-item-title{font-size:var(--font-body)}.agenda-item-description>p:first-child{margin-top:0}.agenda-item-description>p:last-child{margin-bottom:0}@media (min-width:1024px){.agenda-items{justify-content:center}.agenda-item-wrap{gap:3em;max-width:960px}.agenda-item-time{flex:0 0 calc(33.33% - 1.5em);text-align:right}.agenda-item-content{flex:0 0 calc(66.67% - 1.5em)}}