.agenda-container{align-items:center;align-self:stretch;background:var(--colorWhite);border:2px solid #e1e1e1;border-radius:20px;display:flex;flex-direction:column;gap:40px;padding:7%}.agenda-item{display:flex;gap:40px;justify-content:flex-start;padding-bottom:40px;position:relative;width:100%}.agenda-item:last-child{padding-bottom:0}.agenda-item:after{background:#e1e1e1;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.agenda-item:last-child:after{content:none}.agenda-time{width:40%}.agenda-item-details{width:60%}.agenda-item h4{color:var(--colorBlue);font-weight:700}@media (max-width:620px){.agenda-container{gap:30px}.agenda-item{flex-direction:column;gap:10px;padding-bottom:20px}.agenda-item-details,.agenda-time{width:100%}}