.agenda__item{display:flex;gap:2rem;margin-bottom:var(--spacing__x)}.agenda__items .agenda__item:last-of-type{margin-bottom:0}.agenda__item__image{overflow:hidden;position:relative;width:33%;aspect-ratio:100/60;height:auto;align-self:flex-start}.agenda__item__image .imagefit{position:absolute;width:100%;height:100%}.agenda__item__content{width:66%}.agenda__item__count{font-size:6.2rem;position:absolute;z-index:90;top:0;color:var(--color-white);line-height:.9em;font-family:var(--font-primary__bold)}.agenda__stacked.columns{flex-wrap:wrap}.agenda__stacked.columns .column{width:100%}.agenda__stacked.columns .agenda__items{display:flex;flex-wrap:wrap;column-gap:var(--spacing__x)}.agenda__stacked.columns .agenda__items .agenda__item{width:calc(50% - var(--spacing__x) / 2)}@media (max-width:960px){.agenda__stacked.columns .agenda__items .agenda__item{width:100%}}