.event-agenda{display:flex;flex-direction:column;gap:20px;width:100%}.agenda-item{background-color:#e5f4f2;border-radius:var(--radius);display:flex;flex-direction:row;gap:20px;padding:32px}.agenda-item__icon{display:flex;flex-direction:row;gap:10px;padding-top:8px;width:20%}.agenda-item__icon h5{margin-bottom:0}.agenda-item__content{width:80%}.agenda-item__content p:last-of-type{margin-bottom:0}@media screen and (max-width:768px){.agenda-item{align-items:flex-start;flex-direction:column;gap:24px}.agenda-item__icon{align-items:center;flex-direction:row;gap:10px;width:100%}.agenda-item__content{width:100%}}